Int64Static: IsNegative

IsNegative

Returns if an Int64 value is negative.



 Public Function IsNegative(
	  ByRef Value As Int64 ) As Boolean

Parameters

Value
[ByRef] Int64. The Int64 value to check negative for.

Return Values

Boolean -  True if the value is negative, False otherwise.

Remarks

An Int64 is negative if the high bit of Int64.HighPart is set.

See Also

Project CorLib Overview

Class Int64Static Overview