ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Result of calling evaluation(A) or A.
Check if A is a valid parameter.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetCell check( InCell A, Func<InCell, RetCell> evaluation = null, bool allowNullInput = false, string ErrorMessage = "" )
Parameters
- A
- Type: ILNumericsInCell
Input array. - evaluation (Optional)
- Type: SystemFuncInCell, RetCell
[Optional] Evaluation function, checks A and transforms it into result, gets only called for A other than null. - allowNullInput (Optional)
- Type: SystemBoolean
[Optional] Only if A is null -> true: returns null, false: throws exception. - ErrorMessage (Optional)
- Type: SystemString
[Optional] Exception message
Return Value
Type: RetCellResult of calling evaluation(A) or A.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If A was null on entry and allowNullInput is false. |
Remarks
[ILNumerics Computing Engine]
See Also