| KM_ControllerGetUserDataFloat Method |
Gets a 32 bit float word of user data
To set float value in KFLOP in C do:
*(float *)&persist.UserData[index] = f;
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public float GetUserDataFloat(
int index
)
Public Function GetUserDataFloat (
index As Integer
) As Single
public:
float GetUserDataFloat(
int index
)
Parameters
- index Int32
- array offset (0-199)
Return Value
Singlefloat data from the array
See Also