ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
A or the result returned from onNull.
Checks if A is valid, assign default if null.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArrayT
Input array. - onNull
- Type: SystemFuncRetArrayT
Provides default value when A is null. This is only evaluated when A is null.
Type Parameters
- T
- Element type
Return Value
Type: RetArrayTA or the result returned from onNull.
Remarks
[ILNumerics Computing Engine]
See Also