Decide if the given 64-bit integer is a valid HtmID

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

Syntax

C#
public static bool IsValid(
	long hid
)
Visual C++
public:
static bool IsValid(
	long long hid
)
F#
static member IsValid : 
        hid:int64 -> bool 

Parameters

hid
Type: System..::..Int64
64-bit input number

Return Value

true if given number is a valid HtmID, false otherwise

See Also