Struct FanucVarValue
Represents a value for Fanuc variable that can be interpreted as either an integer or a double.
public struct FanucVarValue
- Inherited Members
- Extension Methods
Properties
DoubleValue
Gets or sets the double precision floating point representation of the variable value.
public double DoubleValue { get; set; }
Property Value
IntValue
Gets or sets the integer representation of the variable value.
public int IntValue { get; set; }