Checks if the value of a
BigFloat value is "Not a Number."
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function IsNaN ( _
value As BigFloat _
) As Boolean
|
Return Value
true
True
true
true (True in Visual Basic) if the value to be tested is NaN (Not a Number); otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also