Divides a number by each element of an array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void Divide(
int length,
T value,
ArraySlice<T> operand,
ArraySlice<T> result
)
Public Overridable Sub Divide (
length As Integer,
value As T,
operand As ArraySlice(Of T),
result As ArraySlice(Of T)
)
public:
virtual void Divide(
int length,
T value,
ArraySlice<T> operand,
ArraySlice<T> result
)
abstract Divide :
length : int *
value : 'T *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
override Divide :
length : int *
value : 'T *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - value
- Type: T
The number to compare to. - operand
- Type: Extreme.CollectionsArraySliceT
The array that holds the operands. - result
- Type: Extreme.CollectionsArraySliceT
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArrayDivide(TShape, T, TArray, TArray)
Numerical Libraries
Supported in: 6.0
Reference