Click or drag to resize
CMATHNicerScale Method
Compute a nicer scale for a given min and max.

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

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