Table of Contents

Class UserFieldDoubleValue

Namespace
IO.Scanbot.Sdk.Tiff.Model
Assembly
DocumentSDK.NET.Droid.dll
public sealed class UserFieldDoubleValue : UserFieldValue, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
UserFieldDoubleValue
Implements
Inherited Members

Constructors

UserFieldDoubleValue(JSONObject)

public UserFieldDoubleValue(JSONObject json)

Parameters

json JSONObject

UserFieldDoubleValue(IDictionary<string, Object>)

public UserFieldDoubleValue(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

UserFieldDoubleValue(double)

public UserFieldDoubleValue(double value)

Parameters

value double

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Value

public double Value { get; set; }

Property Value

double

Methods

Component1()

public double Component1()

Returns

double

Copy(double)

public UserFieldDoubleValue Copy(double value)

Parameters

value double

Returns

UserFieldDoubleValue

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags