Pfa235ConvolutionSquare Method |
Returns the square of the specified value.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static double Square(
double x
)
Parameters
- x Double
- The value to square.
Return Value
Doublex multiplied by itself.
See Also