C# Class NumSharp.NDArray._Unsafe

Afficher le fichier Open project: SciSharp/NumSharp.Lite

Private Properties

Свойство Type Description
GetPin T
GetPinnableReference byte
GetPinnableReference T
InvalidOperationException System
_Unsafe System

Méthodes publiques

Méthode 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

Méthode 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 méthode

Does not perform copy.
public AsSpan ( ) : Span
Résultat Span

Fill() public méthode

Fills all indexes with value.
public Fill ( object value ) : void
value object
Résultat void

GetIndex() public méthode

public GetIndex ( int index ) : object
index int
Résultat object

GetIndex() public méthode

public GetIndex ( int index ) : T
index int
Résultat T