Click or drag to resize

SeriesPointwiseDivide Method

Creates a new series by dividing values from the operands.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public Series PointwiseDivide(
	Series other
)

Parameters

other  Series
Second operand.

Return Value

Series
A new series with the pointwise quotient.

Implements

IPointwiseOperatorsTPointwiseDivide(T)
Remarks
This method corresponds to the ./ operator in AUSTRA.
See Also