ManagedArrayFunctionsOfSingle.Pow Method
Pow<TStorage>(Int32, TStorage, Int32, TStorage) | |
Pow(Int32, ReadOnlySpanSlice<T>, T, SpanSlice<T>) |
Computes the element-wise power of a span.
|
Pow(Int32, ReadOnlySpanSlice<T>, Int32, SpanSlice<T>) |
Computes the element-wise power of a span.
|
Pow(Int32, ReadOnlySpan<Single>, Int32, Int32, Span<Single>, Int32) |
Computes the element-wise power of a span.
|
Pow(Int32, ReadOnlySpan<Single>, Int32, Single, Span<Single>, Int32) |
Computes the element-wise power of a span.
|
Pow<TStorage>(Int32, TStorage, Int32, TStorage) |
Computes the element-wise power of an array.
|
Computes the element-wise power of a span.
public override void Pow(
int length,
ReadOnlySpan<float> operand,
int stride,
int exponent,
Span<float> result,
int resultStride
)
Public Overrides Sub Pow (
length As Integer,
operand As ReadOnlySpan(Of Single),
stride As Integer,
exponent As Integer,
result As Span(Of Single),
resultStride As Integer
)
public:
virtual void Pow(
int length,
ReadOnlySpan<float> operand,
int stride,
int exponent,
Span<float> result,
int resultStride
) override
abstract Pow :
length : int *
operand : ReadOnlySpan<float32> *
stride : int *
exponent : int *
result : Span<float32> *
resultStride : int -> unit
override Pow :
length : int *
operand : ReadOnlySpan<float32> *
stride : int *
exponent : int *
result : Span<float32> *
resultStride : int -> unit
Parameters
- length Int32
- The number of elements in the span.
- operand ReadOnlySpan<Single>
-
- stride Int32
- The distance between elements in values.
- exponent Int32
- The exponent.
- result Span<Single>
- The span that holds the results.
- resultStride Int32
- The distance between elements in result.
Computes the element-wise power of a span.
public override void Pow(
int length,
ReadOnlySpan<float> operand,
int stride,
float exponent,
Span<float> result,
int resultStride
)
Public Overrides Sub Pow (
length As Integer,
operand As ReadOnlySpan(Of Single),
stride As Integer,
exponent As Single,
result As Span(Of Single),
resultStride As Integer
)
public:
virtual void Pow(
int length,
ReadOnlySpan<float> operand,
int stride,
float exponent,
Span<float> result,
int resultStride
) override
abstract Pow :
length : int *
operand : ReadOnlySpan<float32> *
stride : int *
exponent : float32 *
result : Span<float32> *
resultStride : int -> unit
override Pow :
length : int *
operand : ReadOnlySpan<float32> *
stride : int *
exponent : float32 *
result : Span<float32> *
resultStride : int -> unit
Parameters
- length Int32
- The number of elements in the span.
- operand ReadOnlySpan<Single>
-
- stride Int32
- The distance between elements in values.
- exponent Single
- The exponent.
- result Span<Single>
- The span that holds the results.
- resultStride Int32
- The distance between elements in result.