Property | Type | Description | |
---|---|---|---|
Offset | int | ||
Size | int |
Method | Description | |
---|---|---|
Extract ( uint Value ) : uint | ||
ExtractToByte ( uint Value ) : byte | ||
ExtractToFloat ( uint Value ) : float | ||
Insert ( uint &Base, uint Value ) : void | ||
InsertFromByte ( uint &Base, byte Value ) : void |
public Insert ( uint &Base, uint Value ) : void | ||
Base | uint | |
Value | uint | |
return | void |
public InsertFromByte ( uint &Base, byte Value ) : void | ||
Base | uint | |
Value | byte | |
return | void |