Computes an uncertain value raised to an arbitrary power.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static UncertainValue Pow(
UncertainValue x,
double p
)
Public Shared Function Pow (
x As UncertainValue,
p As Double
) As UncertainValue
public:
static UncertainValue Pow(
UncertainValue x,
double p
)
static member Pow :
x : UncertainValue *
p : float -> UncertainValue
Parameters
- x
- Type: Meta.NumericsUncertainValue
The argument. - p
- Type: SystemDouble
The power.
Return Value
Type:
UncertainValueThe argument raised to the specified power.
See Also