C# Class NumSharp.Backends.Unmanaged.UnmanagedMemoryBlock

ファイルを表示 Open project: SciSharp/NumSharp.Lite Class Usage Examples

Public Methods

Method Description
FromArray ( Array arr, bool copy, Type elementType = null ) : IMemoryBlock

Method Details

FromArray() public static method

public static FromArray ( Array arr, bool copy, Type elementType = null ) : IMemoryBlock
arr Array
copy bool
elementType Type
return IMemoryBlock