RandomGeneratorCopySign Method | 
            Return first number with sign of second number
            
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxprotected 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