CrGlobal: BitNegative

BitNegative

determine the "negative bit" of a data type

 Public Function BitNegative(
	  ByVal Type_ As VbVarType ) As Integer

Parameters

Type_
[ByVal] VbVarType. data type

Return Values

Integer -  -1 when data type has no negative bit
< -1 when data type is not a valid bit-wise data type
> -1 specifying the bit which rolls the data type over to negatives

Remarks

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods BitArrayToVariant BitOn