Click or drag to resize

Pfa235ConvolutionSquare Method

Returns the square of the specified value.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static double Square(
	double x
)

Parameters

x  Double
The value to square.

Return Value

Double
x multiplied by itself.
See Also