NumberFormatInfo: NegativeInfinitySymbol (get)

NegativeInfinitySymbol

Returns a string representation of negative infinty.



 Public Property Get NegativeInfinitySymbol ( ) As String

Return Values

String -  Negative infinity string.

Remarks

Negative infinity is achieved by dividing a negative number by zero. The default is "-Infinity".

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview