 | CBF.WriteInt Method |
Writes int to the BF
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteInt(
int type,
int data
)
public void WriteInt(
int type,
int data
)
Public Sub WriteInt (
type As Integer,
data As Integer
)
Public Sub WriteInt (
type As Integer,
data As Integer
)
public:
void WriteInt(
int type,
int data
)
public:
void WriteInt(
int type,
int data
)
member WriteInt :
type : int *
data : int -> unit
member WriteInt :
type : int *
data : int -> unit
Parameters
- type
- Type: System.Int32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define> - data
- Type: System.Int32
Data
Remarks
See comments on byte order for the Read.. functions if you
want to enforce a certain byte order.
If a byte order is not specified, the data is written
in the native byte order of the writing computer.
See Also