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
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Byte
public ref byte Byte { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Char
public ref char Char { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Decimal
public ref decimal Decimal { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Double
public ref double Double { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Int16
public ref short Int16 { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Int32
public ref int Int32 { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Int64
public ref long Int64 { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
Single
public ref float Single { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
UInt16
public ref ushort UInt16 { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
UInt32
public ref uint UInt32 { get; }
Property Value
Exceptions
- InvalidOperationException
When this NDArray is a slice.
UInt64
public ref ulong UInt64 { get; }
Property Value
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.