FastBitConverterGetBytes Method (Byte, Int32, UInt32) |
LiteNetLib |
[Missing <summary> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.UInt32)"]
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public static void GetBytes( byte[] bytes, int startIndex, uint value )
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.UInt32)"]
- startIndex
- Type: SystemInt32
[Missing <param name="startIndex"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.UInt32)"]
- value
- Type: SystemUInt32
[Missing <param name="value"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.UInt32)"]
See Also