NumberFormatInfo: PositiveInfinitySymbol (get)

PositiveInfinitySymbol

Returns a string representation of positive infinity.



 Public Property Get PositiveInfinitySymbol ( ) As String

Return Values

String -  Positive infinity string.

Remarks

Positive infinity is achieved by dividing a positive number by zero. The default is "Infinity".

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview