Click or drag to resize

HelmholtzEquationOfStatePow2 Method

Calculates the square of the given value.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static double Pow2(
	double x
)

Parameters

x  Double
The value to square.

Return Value

Double
The square of x.
See Also