public sealed class Type.Types.Float64 : IMessage<Type.Types.Float64>, IEquatable<Type.Types.Float64>, IDeepCloneable<Type.Types.Float64>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Float64.
Float64
Values of type Float64 are stored in Value.float_value.
[[["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-03-21 UTC."],[[["This page provides documentation for the `Float64` class within the Google Bigtable v2 API for .NET, covering versions from 2.2.0 up to the latest release, 3.17.0."],["The `Float64` class, a nested type within `Type.Types`, represents 64-bit floating-point values and stores them as `Value.float_value`."],["The `Float64` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The documentation details the class's constructors, including a default constructor and a copy constructor that accepts another `Float64` instance as a parameter."],["The `Float64` class inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class."]]],[]]