BNNSArithmeticSelect
An operation that selects elements from either its second or third input based on the corresponding value of its first input.
Declaration
var BNNSArithmeticSelect: BNNSArithmeticFunction { get }Discussion
This function returns values using the following operation:
out = in1 ? in2 : in3