BigIntegerStatic: Ten (get)

Ten

Returns a shared BigInteger instance with the value of 10.



 Public Property Get Ten ( ) As BigInteger

Return Values

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

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