ILNumerics Ultimate VS

ManagedHostHandleT Constructor (T)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a managed host handle based on an existing managed Array.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public ManagedHostHandle(
	T[] source
)

Parameters

source
Type: T
The preallocated Array.
Remarks

[ILNumerics Core Module]

See Also

Reference