ILNumerics Ultimate VS

ILMathsize Method (Int64, Int64, Int64, Int64, Int64, Int64)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Provides dimension lengths for operations expecting a size argument. Targets 6 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
)

Parameters

d0
Type: SystemInt64
d1
Type: SystemInt64
d2
Type: SystemInt64
d3
Type: SystemInt64
d4
Type: SystemInt64
d5
Type: SystemInt64

Return Value

Type: RetArrayInt64
Remarks

This function is an alias for vector``1(UMP, UMP, UMP, UMP, UMP, UMP) and returns a vector of Int64 elements.

[ILNumerics Computing Engine]

See Also

Reference