CastArray3DTFrom, TTo Conversion (CastArray3DTFrom, TTo to SpanTTo)
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator Span<TTo> (
CastArray3D<TFrom, TTo> array
)
Public Shared Widening Operator CType (
array As CastArray3D(Of TFrom, TTo)
) As Span(Of TTo)
static implicit operator Span<TTo> (
CastArray3D<TFrom, TTo> array
)
F# does not support the declaration of new casting operators.
- array CastArray3DTFrom, TTo
- The CastArray3DTFrom, TTo to be converted to a SpanT of element type TTo.
SpanTTo
A
SpanT of element type
TTo that represents the specified
CastArray3DTFrom, TTo.