LayoutDoubleUtil.IsNonreal(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a double value represents a non-real value.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsNonreal(double value);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsNonreal(double value);
public static bool IsNonreal (this double value);
static member IsNonreal : double -> bool
<Extension()>
Public Function IsNonreal (value As Double) As Boolean
Parameters
- value
- Double
Value to check.
Returns
True if the value is non-real, false otherwise.