Class XmpReal

Class XmpReal

Nama dari : Aspose.Imaging.Xmp.Types.Basic Pengumpulan: Aspose.Imaging.dll (25.4.0)

Ini adalah XMP Real.

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpReal : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

anggota yang diwarisi

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpReal(kapal)

Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpReal.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Nilai kapal

XmpReal(String)

Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpReal.

public XmpReal(string value)

Parameters

value string

dengan nilai tersebut.

Exceptions

ArgumentNullException

Nilai adalah nol.

ArgumentException

Nilai yang tidak sah. harus float.

Properties

Value

Mendapat atau menetap mengalir nilai.

[JsonProperty]
public float Value { get; set; }

Nilai Properti

float

Methods

GetXmpRepresentation()

Dapatkan nilai string yang terkandung dalam format XMP.

public override string GetXmpRepresentation()

Returns

string

Mengembalikan nilai string yang terkandung dalam format XMP.

 Indonesia