ILNumerics - Technical Application Development
Top
The ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT generic type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition |
Elementwise addition operator on two numeric arrays.
[ILNumerics Core Module] | |
| BitwiseAnd |
Binary, elementwise, bitwise/logical 'and' operator.
[ILNumerics Core Module] | |
| BitwiseOr |
Elementwise bitwise 'or' operator on two integer arrays.
[ILNumerics Core Module] | |
| Division |
Elementwise division operator on two numeric arrays.
[ILNumerics Core Module] | |
| Equality |
Elementwise 'equals' comparison operator on two arrays.
[ILNumerics Core Module] | |
| ExclusiveOr |
Elementwise bitwise 'xor' operator on two integer arrays.
[ILNumerics Core Module] | |
| (ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT to T1) |
Cast scalar array to system value type.
[ILNumerics Core Module] | |
| GreaterThan |
Elementwise 'greater than' operator on two arrays.
[ILNumerics Core Module] | |
| GreaterThanOrEqual |
Elementwise 'greater or equal' operator on two arrays.
[ILNumerics Core Module] | |
| (T1 to ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT) |
Implicitly convert system scalar A to a scalar array.
[ILNumerics Core Module] | |
| Inequality |
Elementwise 'unequal to' operator on two arrays.
[ILNumerics Core Module] | |
| LeftShift |
Elementwise bitwise '<<' operator on two integer arrays.
[ILNumerics Core Module] | |
| LessThan |
Elementwise 'lower than' operator on two arrays.
[ILNumerics Core Module] | |
| LessThanOrEqual |
Elementwise 'lower or equal' operator on two arrays.
[ILNumerics Core Module] | |
| LogicalNot |
Logical negation operator.
[ILNumerics Core Module] | |
| Modulus |
Elementwise modulo operator on two numeric arrays.
[ILNumerics Core Module] | |
| Multiply |
Elementwise multiplication operator on two numeric arrays.
[ILNumerics Core Module] | |
| OnesComplement |
Unary, bitwise negation operator.
[ILNumerics Core Module] | |
| RightShift |
Elementwise bitwise '>>' operator on two integer arrays.
[ILNumerics Core Module] | |
| Subtraction |
Elementwise subtraction operator on two numeric arrays.
[ILNumerics Core Module] | |
| UnaryNegation |
Unary, elementwise negation operator.
[ILNumerics Core Module] |
See Also