Contents

BNNS.ArithmeticBinaryFunction.multiplyNoNaN

An operation that calculates the element-wise product of its two inputs and returns zero if the second input is zero, even if the first input is NaN or infinity.

Declaration

case multiplyNoNaN

See Also

Binary Arithmetic Functions