Searched refs:Float64Value (Results 1 – 2 of 2) sorted by relevance
36 public static readonly double Float64Value = 3.14159265359; field in FlatBuffers.Test.FuzzTestData
705 builder.AddDouble(j, FuzzTestData.Float64Value, 0); in CheckObjects()787 Assert.AreEqual(FuzzTestData.Float64Value, table.GetSlot(f, (double)0)); in CheckObjects()