C# 클래스 NumSharp.NDArray._Unsafe

파일 보기 프로젝트 열기: SciSharp/NumSharp.Lite

Private Properties

프로퍼티 타입 설명
GetPin T
GetPinnableReference byte
GetPinnableReference T
InvalidOperationException System
_Unsafe System

공개 메소드들

메소드 설명
AsSpan ( ) : Span Does not perform copy.
Fill ( object value ) : void

Fills all indexes with value.

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

비공개 메소드들

메소드 설명
GetPin ( ) : T
GetPinnableReference ( ) : byte
GetPinnableReference ( ) : T

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

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

메소드 상세

AsSpan() 공개 메소드

Does not perform copy.
public AsSpan ( ) : Span
리턴 Span

Fill() 공개 메소드

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

GetIndex() 공개 메소드

public GetIndex ( int index ) : object
index int
리턴 object

GetIndex() 공개 메소드

public GetIndex ( int index ) : T
index int
리턴 T