Defines the element-wise multiplication operator for vectors in F#.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- left
- Type: Extreme.MathematicsVectorT
A vector. - right
- Type: Extreme.MathematicsVectorT
A vector.
Return Value
Type:
VectorTA vector containing the products of corresponding elements in
left and
right.
Reference