Click or drag to resize

ScalarVariableInteger Class

Integer type.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionScalarVariableInteger

Namespace:  Emulate3D.FMI.V2.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Integer : ElementBase, 
	ScalarVariableIType

The ScalarVariableInteger type exposes the following members.

Properties
  NameDescription
Public propertyDeclaredType
If non-null, name of type defined with SimpleType.
Public propertyMax
Maximum value of variable.
Public propertyMin
Minimum value of variable.
Public propertyQuantity
If non-null, physical quantity of the variable, for example "Angle", or "Energy". The quantity names are not standardized.
Public propertyStart
If non-null, initial or guess value of variable.
Top
See Also