Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Apr 20, 2015
1 parent d42464e commit 36b8a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ v is long || v is ulong ||
v is char || v is decimal || v is float ||
v is double || v is Int16 || v is Int64 ||
v is UInt16 || v is UInt64;
}
}

public static float KBE_FLT_MAX = float.MaxValue;

public virtual void bind()
Expand Down

0 comments on commit 36b8a13

Please sign in to comment.