Decimal128.IsSubnormal(Decimal128) Method

Definition

public:
 static bool IsSubnormal(System::Numerics::Decimal128 value) = System::Numerics::INumberBase<System::Numerics::Decimal128>::IsSubnormal;
public static bool IsSubnormal(System.Numerics.Decimal128 value);
static member IsSubnormal : System.Numerics.Decimal128 -> bool
Public Shared Function IsSubnormal (value As Decimal128) As Boolean

Parameters

value
Decimal128

Returns

Implements

Applies to