AUSTRA
C#
Show/Hide TOC
Series
Pointwise
Divide Method
Creates a new series by dividing values from the operands.
Definition
Namespace:
Austra.Library
Assembly:
Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
Copy
public
Series
PointwiseDivide
(
Series
other
)
Parameters
other
Series
Second operand.
Return Value
Series
A new series with the pointwise quotient.
Implements
IPointwiseOperators
T
PointwiseDivide(T)
Remarks
This method corresponds to the ./ operator in AUSTRA.
See Also
Reference
Series Class
Austra.Library Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also