BigIntegerStatic: MinusOne (get)

MinusOne

Returns a shared BigInteger instance with the value of -1.



 Public Property Get MinusOne ( ) As BigInteger

Return Values

BigInteger -  Returns a shared instance of the value of -1.

Remarks

This is to reduce the creation of multiple instances of values that are commonly used.

Read Only.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview