Interface IFloatPrimitive
Represents a numeric primitive value (e.g. 10deg, 96cm, or 4.6)
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IFloatPrimitive : IPrimitive, IABRInput
Properties
| Improve this Doc View SourceUnits
Represents a numeric primitive value (e.g. 10deg, 96cm, or 4.6)
Declaration
string Units { get; }
Property Value
Type | Description |
---|---|
string |
Value
Represents a numeric primitive value (e.g. 10deg, 96cm, or 4.6)
Declaration
float Value { get; }
Property Value
Type | Description |
---|---|
float |