Class ConstraintResult
Inheritance
System.Object
ConstraintResult
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConstraintResult : APIBase, IEquatable<APIBase>
Properties
ConstraintMet
Declaration
public bool ConstraintMet { get; }
Property Value
Type |
Description |
System.Boolean |
|
DenormalizedValue
Declaration
public double DenormalizedValue { get; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public double Value { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods