Click or drag to resize

CSTR.IFormatR Method (CGXNETCore, Double, String, Int32, Int32, Int32)

Convert a GX real to a string with significant digits.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
real
Type: System.Double
Value to format
buff
Type: System.String
Resulting string
size
Type: System.Int32
Size of the Resulting String
width
Type: System.Int32
Width of the field
sig
Type: System.Int32
Significant digits
See Also