Returns a vector whose components are the components of another vector raised to the specified power.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static SingleVector Pow(
SingleVector vector,
float exponent
)
Public Shared Function Pow (
vector As SingleVector,
exponent As Single
) As SingleVector
public:
static SingleVector^ Pow(
SingleVector^ vector,
float exponent
)
static member Pow :
vector : SingleVector *
exponent : float32 -> SingleVector
Parameters
- vector
- Type: Extreme.MathematicsSingleVector
A single-precision vector. - exponent
- Type: SystemSingle
The power to raise each component to.
Return Value
Type:
SingleVectorA vector whose components are the components of
vector
raised to the power
exponent.
Numerical Libraries
Supported in: 5.x, 4.x
Reference