MemoryXReadSingleLE Method |
Reads the memory exchange from the specified offset and returns the data as a value.
Namespace:
Demo3D.Net.IPC
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntaxpublic abstract float ReadSingleLE(
int offset
)
Parameters
- offset
- Type: SystemInt32
[Missing <param name="offset"/> documentation for "M:Demo3D.Net.IPC.MemoryX.ReadSingleLE(System.Int32)"]
Return Value
Type:
SingleThe value read from the memory exchange.
See Also