Struct AnalyticsKit.Variant
Namespace: Pley
Assembly: Pley.dll
Syntax
Constructors
Variant(Object)
Declaration
public Variant(object data)
Parameters
Type |
Name |
Description |
System.Object |
data |
|
Fields
data
Declaration
public readonly object data
Field Value
Type |
Description |
System.Object |
|
type
Declaration
public readonly PleyVariantType type
Field Value
Properties
BoolValue
Declaration
public readonly bool BoolValue { get; }
Property Value
Type |
Description |
System.Boolean |
|
ByteValue
Declaration
public readonly byte ByteValue { get; }
Property Value
Type |
Description |
System.Byte |
|
DoubleValue
Declaration
public readonly double DoubleValue { get; }
Property Value
Type |
Description |
System.Double |
|
FloatValue
Declaration
public readonly float FloatValue { get; }
Property Value
Type |
Description |
System.Single |
|
IntValue
Declaration
public readonly int IntValue { get; }
Property Value
Type |
Description |
System.Int32 |
|
LongValue
Declaration
public readonly long LongValue { get; }
Property Value
Type |
Description |
System.Int64 |
|
StringValue
Declaration
public readonly string StringValue { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|