| KM_ControllerSetUserDataDouble Method |
Sets a pair of two 32 bit words with a 64-bit double of user data
To get the value in KFLOP in C do:
double f = *(double *)&persist.UserData[index*2];
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetUserDataDouble(
int index,
double ddata
)
Public Sub SetUserDataDouble (
index As Integer,
ddata As Double
)
public:
void SetUserDataDouble(
int index,
double ddata
)
Parameters
- index Int32
- array offset (0-99) even pair of 32-bit regs
- ddata Double
- 64bit double data to store
See Also