Uses of Class
numpy.core.TypeDescriptor.Kind
-
Packages that use TypeDescriptor.Kind Package Description numpy.core -
-
Uses of TypeDescriptor.Kind in numpy.core
Methods in numpy.core that return TypeDescriptor.Kind Modifier and Type Method Description static TypeDescriptor.KindTypeDescriptor.Kind. forChar(char c)TypeDescriptor.KindTypeDescriptor. getKind()static TypeDescriptor.KindTypeDescriptor.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDescriptor.Kind[]TypeDescriptor.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-