Class XmpReal

Class XmpReal

ja nimityö: Aspose.Imaging.Xmp.Types.Basic Kokoelma: Aspose.Imaging.dll (25.4.0)

Esittelee XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Perintöjäsenet

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(Flottaa)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Basic.xmpReal luokasta.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Laivan arvo on.

XmpReal(String)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Basic.xmpReal luokasta.

public XmpReal(string value)

Parameters

value string

ja arvoa .

Exceptions

ArgumentNullException

Arvo on nolla.

ArgumentException

Vammainen arvo. pitää olla float.

Properties

Value

Antaa tai asettaa arvon.

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

Omistuksen arvo

float

Methods

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.

 Suomi