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.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected static double GSL_COERCE_DBL(
double x
)
Parameters
- x Double
- Value to coerce.
Return Value
DoubleThe coerced double value.
See Also