NumberFormatInfo: NaNSymbol (let)

NaNSymbol

Sets the string representation for Not-A-Number.



 Public Property Let NaNSymbol(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new string NaN representation.

Remarks

Not-A-Number is achieved by dividing zero by zero. The default NaN symbol is "NaN".

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview