BigIntegerStatic: Zero (get)

Zero

Returns a shared BigInteger instance with the value of 0.



 Public Property Get Zero ( ) As BigInteger

Return Values

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

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