次の方法で共有


LayoutDoubleUtil.IsNonreal(Double) Method

Definition

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.

Applies to