Class OnlinerLReal
Class providing access to the LREAL type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Double>
IOnline<System.Double>
IShadow<System.Double>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerLReal : OnlinerBaseType<double>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<double>, IOnlineLReal, IOnline<double>, IShadowLReal, IShadow<double>
Constructors
OnlinerLReal()
Initializes a new instance of the OnlinerLReal class.
Declaration
public OnlinerLReal()
OnlinerLReal(IVortexObject, String, String)
Initializes a new instance of the OnlinerLReal class.
Declaration
public OnlinerLReal(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortexObject | parent | Parent object of this instance. |
System.String | readableTail | Human readable tail of this instance. |
System.String | symbolTail | Symbol tail of this instance. |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override double InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Double>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override double InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Double>.InstanceMinValue
MaxValue
Gets the max value of OnlinerLReal.
Declaration
public static double MaxValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinValue
Gets the min value of OnlinerLReal.
Declaration
public static double MinValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged