Enum UnaryOp
Unary operations supported by kernel providers.
public enum UnaryOp
- Extension Methods
Fields
Negate = 0Abs = 1Sqrt = 2Exp = 3Log = 4Sin = 5Cos = 6Tan = 7Exp2 = 8Expm1 = 9Log2 = 10Log10 = 11Log1p = 12Sinh = 13Cosh = 14Tanh = 15ASin = 16ACos = 17ATan = 18Sign = 19Ceil = 20Floor = 21Round = 22Truncate = 23Reciprocal = 24Square = 25Cbrt = 26Deg2Rad = 27Rad2Deg = 28BitwiseNot = 29LogicalNot = 30Logical NOT for boolean arrays (! operator, not ~ bitwise)
IsFinite = 31Test element-wise for finiteness (not infinity and not NaN)
IsNan = 32Test element-wise for NaN
IsInf = 33Test element-wise for positive or negative infinity