| | Name | Description |
|---|
  | IEEERemainder(DataColumn, DataColumn) |
Applies IEEERemainder(Double, Double) to two data columns.
|
  | IEEERemainder(DataColumn, Double) |
Applies IEEERemainder(Double, Double) to a data column and a scalar.
|
  | IEEERemainder(Double, DataColumn) |
Applies IEEERemainder(Double, Double) to a scalar and a data column.
|
  | IEEERemainder(Double, DoubleColumn) |
Applies IEEERemainder(Double, Double) to a scalar and a DoubleColumn.
|
  | IEEERemainder(Double, Double) | Returns the remainder resulting from the division of a specified number by another specified number. |
  | IEEERemainder(DoubleColumn, DoubleColumn) |
Applies IEEERemainder(Double, Double) to two DoubleColumn instances.
|
  | IEEERemainder(DoubleColumn, Double) |
Applies IEEERemainder(Double, Double) to a DoubleColumn and a scalar.
|