Skip to content

Commit feaf6ec

Browse files
committed
Added @char DType as np.@char
1 parent e24bed1 commit feaf6ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/NumSharp.Core/APIs

src/NumSharp.Core/APIs/np.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static partial class np
1616
// https://docs.scipy.org/doc/numpy-1.15.0/user/basics.types.html
1717
public static readonly Type bool_ = typeof(bool);
1818
public static readonly Type int8 = typeof(char);
19+
public static readonly Type @char = int8;
1920
public static readonly Type uint8 = typeof(byte);
2021
public static readonly Type int16 = typeof(short);
2122
public static readonly Type uint16 = typeof(ushort);

0 commit comments

Comments
 (0)