Click or drag to resize

CSTRIFormatR Method (Double, String, Int32, Int32)

Convert a GX real to a string with significant digits.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IFormatR(
	double real,
	ref string buff,
	int width,
	int sig
)

public static void IFormatR(
	double real,
	ref string buff,
	int width,
	int sig
)

Parameters

real
Type: SystemDouble
Value to format
buff
Type: SystemString
Resulting string
width
Type: SystemInt32
Width of the field
sig
Type: SystemInt32
Significant digits
See Also