C# Class NumSharp.NDArray._Unsafe

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

Private Properties

Property Type Description
GetPin T
GetPinnableReference byte
GetPinnableReference T
InvalidOperationException System
_Unsafe System

Public Methods

Method Description
AsSpan ( ) : Span Does not perform copy.
Fill ( object value ) : void

Fills all indexes with value.

GetIndex ( int index ) : object
GetIndex ( int index ) : T

Private Methods

Method Description
GetPin ( ) : T
GetPinnableReference ( ) : byte
GetPinnableReference ( ) : T

Gets pinnable reference of the first item in the memory block storage.

InvalidOperationException ( ) : System
_Unsafe ( NDArray @this ) : System

Method Details

AsSpan() public method

Does not perform copy.
public AsSpan ( ) : Span
return Span

Fill() public method

Fills all indexes with value.
public Fill ( object value ) : void
value object
return void

GetIndex() public method

public GetIndex ( int index ) : object
index int
return object

GetIndex() public method

public GetIndex ( int index ) : T
index int
return T