Click or drag to resize

MixtureOfFluidsPow3 Method

Returns the cube of the supplied value.

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

Parameters

x  Double
The value.

Return Value

Double
The cube of x.
See Also