Searched refs:TryGetDouble (Results 1 – 2 of 2) sorted by relevance
182 … public bool TryGetDouble(int field, out double value) => TryGetPrimitiveValue(field, out value); in TryGetDouble() method in Google.Protobuf.Reflection.CustomOptions
105 …AssertOption(1.234567890123456789d, customOptions.TryGetDouble, DoubleOpt, d.GetOption, d.GetOptio… in ScalarOptions()