ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Provides dimension lengths for operations expecting a size argument. Targets 7 dimensions.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<long> size( long d0, long d1, long d2, long d3, long d4, long d5, long d6 )
Parameters
- d0
- Type: SystemInt64
- d1
- Type: SystemInt64
- d2
- Type: SystemInt64
- d3
- Type: SystemInt64
- d4
- Type: SystemInt64
- d5
- Type: SystemInt64
- d6
- Type: SystemInt64
Return Value
Type: RetArrayInt64Remarks
This function is an alias for vector``1(UMP, UMP, UMP, UMP, UMP, UMP, UMP) and returns a vector of Int64 elements.
[ILNumerics Computing Engine]
See Also