Negate
Returns a new Int64 whose value is the negated value of Value.
Public Function Negate(
ByRef Value As Int64 ) As Int64
Parameters
- Value
-
[ByRef]
Int64.
The value to be negated.
Return Values
Int64 - The negated value of Value.
See Also
Project CorLib Overview
Class Int64Static Overview