Method GetPayloadSingle
GetPayloadSingle()
Returns the message payload as a single-precision floating point number.
public float GetPayloadSingle()
Returns
GetPayloadSingle(int)
Returns the element at the specified index of the single-precision floating point array payload.
public float GetPayloadSingle(int index)
Parameters
index
intThe zero-based index of the array element to get.