BigInteger.Zero Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value that represents the number 0 (zero).
Namespace: System.Numerics
Assembly: System.Numerics (in System.Numerics.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Zero As BigInteger
public static BigInteger Zero { get; }
Property Value
Type: System.Numerics.BigInteger
An integer whose value is 0 (zero).
Remarks
The BigInteger object returned by this property provides a convenient source of a zero value for use in assignments and comparisons.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.