NFloat.IsRealNumber(NFloat) Method

Definition

Determines if a value represents a real number.

public:
 static bool IsRealNumber(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsRealNumber;
public static bool IsRealNumber (System.Runtime.InteropServices.NFloat value);
static member IsRealNumber : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsRealNumber (value As NFloat) As Boolean

Parameters

value
NFloat

The value to be checked.

Returns

true if value is a real number; otherwise, false.

Implements

Remarks

This function returns true for a complex number a + bi where b is zero.

Applies to