 | MathUtilsExp Method |
Returns e raised to the specified power.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Exp(
float x
)
Public Shared Function Exp (
x As Single
) As Single
public:
static float Exp(
float x
)
static member Exp :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Power to raise e to.
Return Value
Type:
Singlee raised to the specified power.
See Also