Click or drag to resize

CMATHrSin Method

Calculate the sin

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

public static double rSin(
	double val
)

Parameters

val
Type: SystemDouble
Angle in radians

Return Value

Type: Double
Real
Remarks
Dummy values return dummy
See Also