Click or drag to resize

IntegrationBaseGSL_COERCE_DBL Method

Coerce a value to double precision. Presently implemented as identity. Use sparingly where forced rounding to double precision is required.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static double GSL_COERCE_DBL(
	double x
)

Parameters

x  Double
Value to coerce.

Return Value

Double
The coerced double value.
See Also