AUSTRA
C#
Show/Hide TOC
Series
Pointwise
Multiply Method
Creates a new series by multiplying values from the operands.
Definition
Namespace:
Austra.Library
Assembly:
Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
Copy
public
Series
PointwiseMultiply
(
Series
other
)
Parameters
other
Series
Second operand.
Return Value
Series
A new series with the pointwise product.
Implements
IPointwiseOperators
T
PointwiseMultiply(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