Implicitly converts a .NET array to an array with zero offset.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator Array1D<T> (
T[] array
)
Public Shared Widening Operator CType (
array As T()
) As Array1D(Of T)
static implicit operator Array1D<T> (
array<T>^ array
)
F# does not support the declaration of new casting operators.
Parameters
- array
- Type: T
An array.
Return Value
Type:
Array1DTarray as an array with zero offset.
Reference