Rational.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 rational number.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace