| 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_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double GetUserDataDouble(
int index
)
Public Function GetUserDataDouble (
index As Integer
) As Double
public:
double GetUserDataDouble(
int index
)
Parameters
- index Int32
- array offset (0-99)
Return Value
Doubledouble data from the array
See Also