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

Definition

Determines if a value represents a real number.

 static bool System.Numerics.INumberBase<System.UInt32>.IsRealNumber(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsRealNumber;
static bool INumberBase<uint>.IsRealNumber (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsRealNumber : uint32 -> bool
 Shared Function IsRealNumber (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsRealNumber

Parameters

value
UInt32

The value to be checked.

Returns

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

Implements

Applies to