Calculates the result of raising a floating point number to
a floating point power.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static float Pow( float f, float g ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Pow ( _ f As Single, _ g As Single _ ) As Single |
| Visual C++ |
|---|
public: static float Pow( float f, float g ) |