Struct IntTagPair
integer type/value pair, packed into 32 bits - 8 for type, 24 for value
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct IntTagPair
Constructors
IntTagPair(Byte, Int32)
Declaration
public IntTagPair(byte type, int value)
Parameters
Type | Name | Description |
---|---|---|
Byte | type | |
Int32 | value |
IntTagPair(Int32)
Declaration
public IntTagPair(int combined)
Parameters
Type | Name | Description |
---|---|---|
Int32 | combined |
Fields
type
Declaration
public byte type
Field Value
Type | Description |
---|---|
Byte |
value
Declaration
public int value
Field Value
Type | Description |
---|---|
Int32 |
Properties
intValue
Declaration
public int intValue { get; }
Property Value
Type | Description |
---|---|
Int32 |