Decimal32.IsPositiveInfinity(Decimal32) Method

Definition

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

Parameters

value
Decimal32

Returns

Implements

Applies to