[[["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-10 UTC."],[[["The latest version available for the `DoubleArray` class is 3.22.0, and the documentation provides access to 51 different versions of the class ranging from 1.0.0 to the newest 3.22.0."],["The `DoubleArray` class, part of the `Google.Cloud.AIPlatform.V1` namespace, is used to represent a list of double values within the Cloud AI Platform v1 API, and it inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DoubleArray` class has two constructors: a default constructor (`DoubleArray()`) and a copy constructor (`DoubleArray(DoubleArray other)`) that allows the creation of a new `DoubleArray` instance by copying another `DoubleArray` instance."],["The `Values` property, which is of type `RepeatedField\u003cDouble\u003e`, allows users to access and manipulate the list of double values contained within the `DoubleArray` instance."],["This documentation provides reference for the Cloud AI Platform v1 API class `DoubleArray` in the context of the .NET framework, with members inherited from `Object` class, and shows the assembly from which it comes from."]]],[]]