Class XmpReal

Class XmpReal

Der Name: Aspose.Imaging.Xmp.Types.Basic Versammlung: Aspose.Imaging.dll (25.4.0)

Das ist XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Vererbte Mitglieder

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

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpReal Klasse.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Flottenwert ist.

XmpReal(String)

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpReal Klasse.

public XmpReal(string value)

Parameters

value string

Der Wert.

Exceptions

ArgumentNullException

Der Wert ist null.

ArgumentException

Invalid Wert. sollte float sein.

Properties

Value

Er bekommt oder setzt den Wert.

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

Eigentumswert

float

Methods

GetXmpRepresentation()

Erhalten Sie den enthaltenen Wert im XMP-Format.

public override string GetXmpRepresentation()

Returns

string

Ersetzt den enthaltenen Wert im XMP-Format zurück.

 Deutsch