Click or drag to resize

CMATHrSqrt Method

Calculate the square root

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rSqrt(
	double val
)

public static double rSqrt(
	double val
)

Parameters

val
Type: SystemDouble
Real

Return Value

Type: Double
Real
Remarks
Dummy values return dummy
See Also