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

Definition

Determines if a value represents a real number.

 static bool System.Numerics.INumberBase<System.UInt16>.IsRealNumber(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsRealNumber;
static bool INumberBase<ushort>.IsRealNumber (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsRealNumber : uint16 -> bool
 Shared Function IsRealNumber (value As UShort) As Boolean Implements INumberBase(Of UShort).IsRealNumber

Parameters

value
UInt16

The value to be checked.

Returns

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

Implements

Applies to