Int64Static: Sign

Sign

Returns an integer indicating the sign of the value.



 Public Function Sign(
	  ByRef Value As Int64 ) As Long

Parameters

Value
[ByRef] Int64. The number to return the sign of.

Return Values

Long -  The sign of the number.
Value Meaning
1Value is greater than zero.
0Value equals zero.
-1Value is less than zero.

See Also

Project CorLib Overview

Class Int64Static Overview