Domain.RealNonnegative Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a domain representing any positive real value or zero.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared ReadOnly Property RealNonnegative As Domain
public static Domain RealNonnegative { get; }
public:
static property Domain^ RealNonnegative {
Domain^ get ();
}
static member RealNonnegative : Domain
static function get RealNonnegative () : Domain
Property Value
Type: Microsoft.SolverFoundation.Services.Domain
A domain representing any positive real value or zero.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.