Domain.RealRange Method

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

A domain representing a real value in a restricted range.

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

Syntax

'Declaration
Public Shared Function RealRange ( _
    min As Rational, _
    max As Rational _
) As Domain
public static Domain RealRange(
    Rational min,
    Rational max
)
public:
static Domain^ RealRange(
    Rational min, 
    Rational max
)
static member RealRange : 
        min:Rational * 
        max:Rational -> Domain 
public static function RealRange(
    min : Rational, 
    max : Rational
) : Domain

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Domain
A domain representing the range.

.NET Framework Security

See Also

Reference

Domain Class

Microsoft.SolverFoundation.Services Namespace