AUSTRA
C#
Show/Hide TOC
DVector
Pointwise
Divide Method
Pointwise division.
Definition
Namespace:
Austra.Library
Assembly:
Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
Copy
public
DVector
PointwiseDivide
(
DVector
other
)
Parameters
other
DVector
Second vector operand.
Return Value
DVector
The component by component quotient.
Implements
IPointwiseOperators
T
PointwiseDivide(T)
Exceptions
VectorLengthException
If the vectors have different lengths.
See Also
Reference
DVector Structure
Austra.Library Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also