Int64.INumberBase<Int64>.IsRealNumber(Int64) Method

Definition

Determines if a value represents a real number.

 static bool System.Numerics.INumberBase<System.Int64>.IsRealNumber(long value) = System::Numerics::INumberBase<long>::IsRealNumber;
static bool INumberBase<long>.IsRealNumber (long value);
static member System.Numerics.INumberBase<System.Int64>.IsRealNumber : int64 -> bool
 Shared Function IsRealNumber (value As Long) As Boolean Implements INumberBase(Of Long).IsRealNumber

Parameters

value
Int64

The value to be checked.

Returns

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

Implements

Applies to