Skip to content

Commit 0a5b68b

Browse files
committed
Added NPTypeCode.Float as an alias to NPTypeCode.Single
1 parent fcf375a commit 0a5b68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NumSharp.Core/Backends/NPTypeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public enum NPTypeCode
4646

4747
/// <summary>A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits.</summary>
4848
Single = 13, // 0x0000000D
49+
Float = 13, // 0x0000000D
4950

5051
/// <summary>A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits.</summary>
5152
Double = 14, // 0x0000000E

0 commit comments

Comments
 (0)