This topic has not yet been rated - Rate this topic

Rational.Addition Operator

Solver Foundation 3.0

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

Adds two rational numbers.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public static Rational operator +(
	Rational rat1,
	Rational rat2
)

Parameters

rat1
Type: Microsoft.SolverFoundation.Common.Rational
The first value to add.
rat2
Type: Microsoft.SolverFoundation.Common.Rational
The second value to add.

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The sum of rat1 and rat2.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.