Show / Hide Table of Contents

Class NumericValue

To represent a number.

Inheritance
object
NumericValue
Implements
IMessage<NumericValue>
IEquatable<NumericValue>
IDeepCloneable<NumericValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class NumericValue : IMessage<NumericValue>, IEquatable<NumericValue>, IDeepCloneable<NumericValue>, IBufferMessage, IMessage

Constructors

NumericValue()

Declaration
public NumericValue()

NumericValue(NumericValue)

Declaration
public NumericValue(NumericValue other)
Parameters
Type Name Description
NumericValue other

Properties

DoubleValue

Double value

Declaration
public double DoubleValue { get; set; }
Property Value
Type Description
double

HasDoubleValue

Gets whether the "double_value" field is set

Declaration
public bool HasDoubleValue { get; }
Property Value
Type Description
bool

HasInt64Value

Gets whether the "int64_value" field is set

Declaration
public bool HasInt64Value { get; }
Property Value
Type Description
bool

Int64Value

Integer value

Declaration
public long Int64Value { get; set; }
Property Value
Type Description
long

OneValueCase

Declaration
public NumericValue.OneValueOneofCase OneValueCase { get; }
Property Value
Type Description
NumericValue.OneValueOneofCase
In this article
Back to top Generated by DocFX