Click or drag to resize
CBFWriteReal Method
Writes real to the BF

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void WriteReal(
	int i1,
	double d2
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant and BF_BYTEORDERConstant
d2
Type: SystemDouble
data
See Also