Create an instance of this struct with the supplied property
Namespace: Spherical.HtmAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Int64Pair( long lo, long hi ) |
Visual C++ |
---|
public: Int64Pair( long long lo, long long hi ) |
F# |
---|
new : lo:int64 * hi:int64 -> Int64Pair |
Parameters
- lo
- Type: System..::..Int64
the low HtmID value
- hi
- Type: System..::..Int64
the high HtmID value