Click or drag to resize

MatrixSheetImaginaryPart Method

Return the imaginary part at the specified position or NaN if out of range.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double ImaginaryPart(
	int r,
	int c
)

Parameters

r  Int32
Row index.
c  Int32
Column index.

Return Value

Double
The imaginary part at the requested position or double.NaN if out of range.
See Also