Header menu logo FSharp.Core.Fluent

Array4DExtensions Module

Fluent extension operations on 4D arrays.

Type extensions

Type extension Description

this.length1 ()

Full Usage: this.length1 ()

Parameters:
    () : unit

Returns: int The length of the array in the first dimension.
Modifiers: inline

Returns the length of an array in the first dimension

Extended Type: [,,,]

() : unit
Returns: int

The length of the array in the first dimension.

this.length1

Full Usage: this.length1

Returns: int The length of the array in the first dimension.
Modifiers: inline

Returns the length of an array in the first dimension

Extended Type: [,,,]

Returns: int

The length of the array in the first dimension.

this.length2 ()

Full Usage: this.length2 ()

Parameters:
    () : unit

Returns: int The length of the array in the second dimension.
Modifiers: inline

Returns the length of an array in the second dimension.

Extended Type: [,,,]

() : unit
Returns: int

The length of the array in the second dimension.

this.length2

Full Usage: this.length2

Returns: int The length of the array in the second dimension.
Modifiers: inline

Returns the length of an array in the second dimension.

Extended Type: [,,,]

Returns: int

The length of the array in the second dimension.

this.length3 ()

Full Usage: this.length3 ()

Parameters:
    () : unit

Returns: int The length of the array in the third dimension.
Modifiers: inline

Returns the length of an array in the third dimension.

Extended Type: [,,,]

() : unit
Returns: int

The length of the array in the third dimension.

this.length3

Full Usage: this.length3

Returns: int The length of the array in the third dimension.
Modifiers: inline

Returns the length of an array in the third dimension.

Extended Type: [,,,]

Returns: int

The length of the array in the third dimension.

this.length4 ()

Full Usage: this.length4 ()

Parameters:
    () : unit

Returns: int The length of the array in the fourth dimension.
Modifiers: inline

Returns the length of an array in the fourth dimension.

Extended Type: [,,,]

() : unit
Returns: int

The length of the array in the fourth dimension.

this.length4

Full Usage: this.length4

Returns: int The length of the array in the fourth dimension.
Modifiers: inline

Returns the length of an array in the fourth dimension.

Extended Type: [,,,]

Returns: int

The length of the array in the fourth dimension.

Type something to start searching.