 | MathUtilsPow3 Method |
Returns the cube of the specified number.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Pow3(
float x
)
Public Shared Function Pow3 (
x As Single
) As Single
public:
static float Pow3(
float x
)
static member Pow3 :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Number to cube.
Return Value
Type:
SingleCube of the specified number.
See Also