Create an instance of this struct with the supplied property

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public Int64AugPair(
	long lo,
	long hi,
	bool full
)
Visual C++
public:
Int64AugPair(
	long long lo, 
	long long hi, 
	bool full
)
F#
new : 
        lo:int64 * 
        hi:int64 * 
        full:bool -> Int64AugPair

Parameters

lo
Type: System..::..Int64
the low HtmID value
hi
Type: System..::..Int64
the high HtmID value
full
Type: System..::..Boolean
the flag to indeicate whether or not the trixels are inner

See Also