BigInteger.One Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that represents the number one (1).

Namespace:  System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

Syntax

'Declaration
Public Shared ReadOnly Property One As BigInteger
public static BigInteger One { get; }

Property Value

Type: System.Numerics.BigInteger
An object whose value is one (1).

Remarks

The One property is usually used to compare a BigInteger value to 1 or to assign 1 to a BigInteger object.

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.