Click or drag to resize

CMATHNicerScale Method

Compute a nicer scale for a given min and max.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void NicerScale(
	CGXNETCore gxNetShared,
	ref double min,
	ref double max,
	ref double inc,
	ref int pow
)

public static void NicerScale(
	CGXNETCore gxNetShared,
	ref double min,
	ref double max,
	ref double inc,
	ref int pow
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
min
Type: SystemDouble
Min value (changed)
max
Type: SystemDouble
Max value (changed)
inc
Type: SystemDouble
Inc value (returned)
pow
Type: SystemInt32
Power value (returned)
See Also