Table of Contents

Struct NDArray._Unsafe._Pinning

Namespace
NumSharp
Assembly
NumSharp.dll
public readonly struct NDArray._Unsafe._Pinning
Inherited Members
Extension Methods

Properties

Boolean

public ref bool Boolean { get; }

Property Value

bool

Exceptions

InvalidOperationException

When this NDArray is a slice.

Byte

public ref byte Byte { get; }

Property Value

byte

Exceptions

InvalidOperationException

When this NDArray is a slice.

Char

public ref char Char { get; }

Property Value

char

Exceptions

InvalidOperationException

When this NDArray is a slice.

Decimal

public ref decimal Decimal { get; }

Property Value

decimal

Exceptions

InvalidOperationException

When this NDArray is a slice.

Double

public ref double Double { get; }

Property Value

double

Exceptions

InvalidOperationException

When this NDArray is a slice.

Int16

public ref short Int16 { get; }

Property Value

short

Exceptions

InvalidOperationException

When this NDArray is a slice.

Int32

public ref int Int32 { get; }

Property Value

int

Exceptions

InvalidOperationException

When this NDArray is a slice.

Int64

public ref long Int64 { get; }

Property Value

long

Exceptions

InvalidOperationException

When this NDArray is a slice.

Single

public ref float Single { get; }

Property Value

float

Exceptions

InvalidOperationException

When this NDArray is a slice.

UInt16

public ref ushort UInt16 { get; }

Property Value

ushort

Exceptions

InvalidOperationException

When this NDArray is a slice.

UInt32

public ref uint UInt32 { get; }

Property Value

uint

Exceptions

InvalidOperationException

When this NDArray is a slice.

UInt64

public ref ulong UInt64 { get; }

Property Value

ulong

Exceptions

InvalidOperationException

When this NDArray is a slice.

Methods

GetPin<T>()

public ref T GetPin<T>()

Returns

T

Type Parameters

T

Exceptions

InvalidOperationException

When this NDArray is a slice.