Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
Buffer Class
Buffer Methods
Clone Method
Equals Method
GetHashCode Method
ReadBit Method
ReadBoolean Method
ReadByte Method
ReadBytes Method
ReadChar Method
ReadDouble Method
ReadDoubleBE Method
ReadDoubleLE Method
ReadInt16 Method
ReadInt16BE Method
ReadInt16LE Method
ReadInt32 Method
ReadInt32BE Method
ReadInt32LE Method
ReadInt64 Method
ReadInt64BE Method
ReadInt64LE Method
ReadSByte Method
ReadSingle Method
ReadSingleBE Method
ReadSingleLE Method
ReadString Method
ReadUInt16 Method
ReadUInt16BE Method
ReadUInt16LE Method
ReadUInt32 Method
ReadUInt32BE Method
ReadUInt32LE Method
ReadUInt64 Method
ReadUInt64BE Method
ReadUInt64LE Method
ToByteArray Method
ToString Method
WriteBit Method
WriteBoolean Method
WriteByte Method
WriteBytes Method
WriteChar Method
WriteDouble Method
WriteDoubleBE Method
WriteDoubleLE Method
WriteInt16 Method
WriteInt16BE Method
WriteInt16LE Method
WriteInt32 Method
WriteInt32BE Method
WriteInt32LE Method
WriteInt64 Method
WriteInt64BE Method
WriteInt64LE Method
WriteSByte Method
WriteSingle Method
WriteSingleBE Method
WriteSingleLE Method
WriteString Method
WriteUInt16 Method
WriteUInt16BE Method
WriteUInt16LE Method
WriteUInt32 Method
WriteUInt32BE Method
WriteUInt32LE Method
WriteUInt64 Method
WriteUInt64BE Method
WriteUInt64LE Method
Buffer
WriteUInt32LE Method
Writes a 32bit unsigned integer at
offset
in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
void
WriteUInt32LE
(
int
offset
,
uint
val
)
Parameters
offset
Type:
System
Int32
The offset into the buffer to start writing.
val
Type:
System
UInt32
The value to write.
Implements
IOffsetDataWriter
WriteUInt32LE(Int32, UInt32)
See Also
Reference
Buffer Class
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com