Decimal Math.Cbrt Method
Returns the cube root of a specified number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The cube root of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal Cbrt(
decimal value
)
Parameters
- value Decimal
- A decimal number.
Return Value
DecimalThe cube root of value.