You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Rounds a <see cref="double"/> value to the <see cref="PrecisionModel"/> grid. Writes the rounded value (as a JSON number) as an element of a JSON array.
119
+
/// </summary>
120
+
/// <param name="writer">The writer.</param>
121
+
/// <param name="value">The value to write.</param>
122
+
/// <param name="precisionModel">The precision model to round to.</param>
0 commit comments