Table of Contents

Enum NPTypeKind

Namespace
NumSharp
Assembly
NumSharp.dll

Abstract type categories in NumPy's type hierarchy. These mirror NumPy's abstract scalar types (np.generic, np.number, etc.)

public enum NPTypeKind

Fields

Generic = 0
Number = 1
Integer = 2
SignedInteger = 3
UnsignedInteger = 4
Inexact = 5
Floating = 6
ComplexFloating = 7
Boolean = 8