From f1e413e914b9f03607194757848bab1ed4f401a3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2012 17:41:14 +0000 Subject: Accidentally included a dll, oops. Also, gats null, and gats float work correctly now and are tested against the python implementation. --- cs-dotnet/src/tests/ints.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cs-dotnet/src/tests/ints.cs') diff --git a/cs-dotnet/src/tests/ints.cs b/cs-dotnet/src/tests/ints.cs index 7099995..766b667 100644 --- a/cs-dotnet/src/tests/ints.cs +++ b/cs-dotnet/src/tests/ints.cs @@ -1,4 +1,5 @@ using System; +using System.Globalization; using System.IO; using Com.Xagasoft.Gats; @@ -11,5 +12,7 @@ class Ints GatsObject obj = GatsObject.Read( file ); Console.WriteLine("Read type: " + obj.GetType() ); Console.WriteLine("Read int: " + ((GatsInteger)obj).Value ); + + Console.WriteLine("Float? " + double.Parse("0x1.62e42fefa39efp+2") ); } } -- cgit v1.2.3