We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42464e commit 36b8a13Copy full SHA for 36b8a13
DataTypes.cs
@@ -22,7 +22,8 @@ v is long || v is ulong ||
22
v is char || v is decimal || v is float ||
23
v is double || v is Int16 || v is Int64 ||
24
v is UInt16 || v is UInt64;
25
- }
+ }
26
+
27
public static float KBE_FLT_MAX = float.MaxValue;
28
29
public virtual void bind()
0 commit comments