ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Cast scalar array to system value type.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static explicit operator T1 ( ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT> a )
Parameters
Return Value
Type: T1Exceptions
Exception | Condition |
---|---|
InvalidCastException | if the source array a is not scalar or null. |
Remarks
[ILNumerics Core Module]
See Also