BigInteger.Negate Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Negates the sign of a big integer.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Sub Negate ( _
    ByRef bn As BigInteger _
)
public static void Negate(
    ref BigInteger bn
)
public:
static void Negate(
    BigInteger% bn
)
static member Negate : 
        bn:BigInteger byref -> unit 
public static function Negate(
    bn : BigInteger
)

Parameters

.NET Framework Security

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace