Interface IIntegerPrimitive
Represents an integer primitive value
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IIntegerPrimitive : IPrimitive, IABRInput
Properties
| Improve this Doc View SourceUnits
Represents an integer primitive value
Declaration
string Units { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Represents an integer primitive value
Declaration
int Value { get; }
Property Value
| Type | Description |
|---|---|
| int |