Rational.AbsoluteValue Property

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

Gets the absolute value of a number.

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

Syntax

'Declaration
Public ReadOnly Property AbsoluteValue As Rational
public Rational AbsoluteValue { get; }
public:
property Rational AbsoluteValue {
    Rational get ();
}
member AbsoluteValue : Rational
function get AbsoluteValue () : Rational

Property Value

Type: Microsoft.SolverFoundation.Common.Rational
A value without its sign.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace