Click or drag to resize

CSEGYREADERSetEndianess Method

Set the endianess of the file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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