RintOperator
public class RintOperator: UnaryOperator
Operator computes element-wise rounded value to the nearest integer of the input.
-
Override init
Declaration
Swift
public required convenience init(computationDelegate: OperatorCalculationDelegate? = nil)
Parameters
computationDelegate
delegate