Method GfPow
GfPow(double, double)
Declaration
public static double GfPow(double f, double p)
Parameters
| Type | Name | Description |
|---|---|---|
| double | f | |
| double | p |
Returns
| Type | Description |
|---|---|
| double |
GfPow(float, float)
Declaration
public static float GfPow(float f, float p)
Parameters
| Type | Name | Description |
|---|---|---|
| float | f | |
| float | p |
Returns
| Type | Description |
|---|---|
| float |