A 64-bit double-precision floating-point number. Its magnitude
is approximately ±10<sup>±300</sup> and it has 16
significant digits of precision.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `TypedValue` class is a strongly-typed value class available in the Google Cloud Monitoring V3 library for .NET, represented in versions ranging from 2.3.0 to 3.15.0 with 3.15.0 being the latest."],["The `TypedValue` class, found in the `Google.Cloud.Monitoring.V3` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can store various data types, such as `bool`, `Distribution`, `double`, `long` and `string`, through its properties `BoolValue`, `DistributionValue`, `DoubleValue`, `Int64Value`, and `StringValue`, respectively."],["`TypedValue` has two constructors, a default one with no parameters and one that takes another `TypedValue` as an argument, allowing for value copying."],["The property `ValueCase` identifies the type of value that is currently stored, of the oneof cases available within the `TypedValue` class."]]],[]]