MatrixSheetImaginaryPart Method |
Return the imaginary part at the specified position or NaN if out of range.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double ImaginaryPart(
int r,
int c
)
Parameters
- r Int32
- Row index.
- c Int32
- Column index.
Return Value
DoubleThe imaginary part at the requested position or
double.NaN if out of range.
See Also