BigInteger.MinusOne Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value that represents the number negative one (-1).
Namespace: System.Numerics
Assembly: System.Numerics (in System.Numerics.dll)
Syntax
'Declaration
Public Shared ReadOnly Property MinusOne As BigInteger
public static BigInteger MinusOne { get; }
Property Value
Type: System.Numerics.BigInteger
An integer whose value is negative one (-1).
Remarks
The MinusOne property is 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.