Class NumericValue
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class NumericValue : IMessage<NumericValue>, IEquatable<NumericValue>, IDeepCloneable<NumericValue>, IBufferMessage, IMessage
Constructors
NumericValue()
Declaration
NumericValue(NumericValue)
Declaration
public NumericValue(NumericValue other)
Parameters
Properties
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
HasDoubleValue
Gets whether the "double_value" field is set
Declaration
public bool HasDoubleValue { get; }
Property Value
HasInt64Value
Gets whether the "int64_value" field is set
Declaration
public bool HasInt64Value { get; }
Property Value
Int64Value
Declaration
public long Int64Value { get; set; }
Property Value
OneValueCase
Declaration
public NumericValue.OneValueOneofCase OneValueCase { get; }
Property Value