Decimal64.IsPositiveInfinity(Decimal64) Method

Definition

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

Parameters

value
Decimal64

Returns

Implements

Applies to