Array4DExtensions Module
Fluent extension operations on 4D arrays.
Type extensions
Type extension | Description |
Full Usage:
this.length1 ()
Parameters:
unit
Returns: int
The length of the array in the first dimension.
Modifiers: inline |
|
Full Usage:
this.length1
Returns: int
The length of the array in the first dimension.
Modifiers: inline |
|
Full Usage:
this.length2 ()
Parameters:
unit
Returns: int
The length of the array in the second dimension.
Modifiers: inline |
|
Full Usage:
this.length2
Returns: int
The length of the array in the second dimension.
Modifiers: inline |
|
Full Usage:
this.length3 ()
Parameters:
unit
Returns: int
The length of the array in the third dimension.
Modifiers: inline |
|
Full Usage:
this.length3
Returns: int
The length of the array in the third dimension.
Modifiers: inline |
|
Full Usage:
this.length4 ()
Parameters:
unit
Returns: int
The length of the array in the fourth dimension.
Modifiers: inline |
|
Full Usage:
this.length4
Returns: int
The length of the array in the fourth dimension.
Modifiers: inline |