Click or drag to resize

KM_ControllerGetUserDataDouble Method

Gets a 64 bit double from a KFLOP user data pair of 32 bit vars To set double value in KFLOP in C do: *(double *)&persist.UserData[index*2] = d;

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double GetUserDataDouble(
	int index
)

Parameters

index  Int32
array offset (0-99)

Return Value

Double
double data from the array
See Also