ScriptExecutionBaseIEEERemainder(DoubleColumn, DoubleColumn) Method |
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn IEEERemainder(
DoubleColumn x,
DoubleColumn y
)
Parameters
- x DoubleColumn
- The column that provides the dividend values.
- y DoubleColumn
- The column that provides the divisor values.
Return Value
DoubleColumnA new column containing the transformed values.
See Also