Click or drag to resize

ScriptExecutionBaseIEEERemainder Method

Overload List
 NameDescription
Public methodStatic memberIEEERemainder(DataColumn, DataColumn) Applies IEEERemainder(Double, Double) to two data columns.
Public methodStatic memberIEEERemainder(DataColumn, Double) Applies IEEERemainder(Double, Double) to a data column and a scalar.
Public methodStatic memberIEEERemainder(Double, DataColumn) Applies IEEERemainder(Double, Double) to a scalar and a data column.
Public methodStatic memberIEEERemainder(Double, DoubleColumn) Applies IEEERemainder(Double, Double) to a scalar and a DoubleColumn.
Public methodStatic memberIEEERemainder(Double, Double)Returns the remainder resulting from the division of a specified number by another specified number.
Public methodStatic memberIEEERemainder(DoubleColumn, DoubleColumn) Applies IEEERemainder(Double, Double) to two DoubleColumn instances.
Public methodStatic memberIEEERemainder(DoubleColumn, Double) Applies IEEERemainder(Double, Double) to a DoubleColumn and a scalar.
Top
See Also