public sealed class NumericalStatsResult : IMessage<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The content provides documentation for `NumericalStatsResult`, a class used in numerical data analysis within the Google Cloud DLP (Data Loss Prevention) V2 library."],["It details the implementation of `NumericalStatsResult` through multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the library, from 2.15.0 to the latest 4.16.0, alongside the 3.4.0 version that the detailed information corresponds to, and it includes details on inheritance, properties like `MaxValue`, `MinValue`, and `QuantileValues`, as well as constructors."],["The class, NumericalStatsResult, provides insights into the results of numerical computations, through its properties that capture the minimum value, maximum value, and a list of 99 quantile values that partition the data into 100 buckets."]]],[]]