MixtureOfFluidsPow3 Method |
Returns the cube of the supplied value.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static double Pow3(
double x
)
Parameters
- x Double
- The value.
Return Value
DoubleThe cube of
x.
See Also