BigInteger.IAdditiveIdentity<BigInteger,BigInteger>.AdditiveIdentity Property

Definition

Gets the additive identity of the current type.

static property System::Numerics::BigInteger System::Numerics::IAdditiveIdentity<System::Numerics::BigInteger,System::Numerics::BigInteger>::AdditiveIdentity { System::Numerics::BigInteger get(); };
static System.Numerics.BigInteger System.Numerics.IAdditiveIdentity<System.Numerics.BigInteger,System.Numerics.BigInteger>.AdditiveIdentity { get; }
static member System.Numerics.IAdditiveIdentity<System.Numerics.BigInteger,System.Numerics.BigInteger>.AdditiveIdentity : System.Numerics.BigInteger
 Shared ReadOnly Property AdditiveIdentity As BigInteger Implements IAdditiveIdentity(Of BigInteger, BigInteger).AdditiveIdentity

Property Value

Implements

Applies to