 | CBFWriteReal Method |
Writes real to the BF
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteReal(
int type,
double data
)
public void WriteReal(
int type,
double data
)
Public Sub WriteReal (
type As Integer,
data As Double
)
Public Sub WriteReal (
type As Integer,
data As Double
)
public:
void WriteReal(
int type,
double data
)
public:
void WriteReal(
int type,
double data
)
member WriteReal :
type : int *
data : float -> unit
member WriteReal :
type : int *
data : float -> unit
Parameters
- type
- Type: SystemInt32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define> - data
- Type: SystemDouble
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