Decimal.INumberBase<Decimal>.One Property

Definition

Gets the value 1 for the type.

static property System::Decimal System::Numerics::INumberBase<System::Decimal>::One { System::Decimal get(); };
static decimal System.Numerics.INumberBase<System.Decimal>.One { get; }
static member System.Numerics.INumberBase<System.Decimal>.One : decimal
 Shared ReadOnly Property One As Decimal Implements INumberBase(Of Decimal).One

Property Value

Implements

One

Applies to