Table of Contents

Struct FanucVarValue

Namespace
Hi.Fanuc
Assembly
HiUniNc.dll

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

double

IntValue

Gets or sets the integer representation of the variable value.

public int IntValue { get; set; }

Property Value

int