Rational.Invert Method

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

Inverts the sign of a rational number.

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

Syntax

'Declaration
Public Function Invert As Rational
public Rational Invert()
public:
Rational Invert()
member Invert : unit -> Rational 
public function Invert() : Rational

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
A rational number that has the reversed sign.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace