Click or drag to resize

CSEGYREADERSetEndianess Method

Set the endianess of the file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetEndianess(
	int is_little_endian
)

public void SetEndianess(
	int is_little_endian
)

Parameters

is_little_endian
Type: SystemInt32
True is file is little endian, false for big endian.
See Also