Array3DT   Conversion (Array3DT to SpanT)

Performs an implicit conversion from Array3DT to SpanT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static implicit operator Span<T> (
	Array3D<T> array
)

Parameters

array  Array3DT
The Array3DT to be converted to a SpanT.

Return Value

SpanT
A SpanT instance that represents the specified Array3DT.

See Also