ILNumerics Ultimate VS

Device Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the Device class

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

public Device(
	string name,
	Func<Device, MemoryPool<MemoryHandle>> memoryPoolFactoryFunc
)

Parameters

name
Type: SystemString
memoryPoolFactoryFunc
Type: SystemFuncDevice, MemoryPoolMemoryHandle
See Also

Reference