Add pair of hids to internal list of pairs. Does not do checking

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

Syntax

C#
public void AddRange(
	Int64Pair pair
)
Visual C++
public:
void AddRange(
	Int64Pair pair
)
F#
member AddRange : 
        pair:Int64Pair -> unit 

Parameters

pair
Type: Spherical.Htm..::..Int64Pair
The low-high pair to be added

See Also