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
108 AssertOption(1.234567890123456789d, options.TryGetDouble, DoubleOpt); in ScalarOptions()