ContinuousDistributionCopySign Method |
Return first number with sign of second number
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static double CopySign(
double x,
double y
)
Parameters
- x Double
- The first number.
- y Double
- The second number whose sign is used.
Return Value
DoubleThe first number x with the sign of the second argument y.
See Also