Class XmpReal

Class XmpReal

A név: Aspose.Imaging.Xmp.Types.Basic Összefoglaló: Aspose.Imaging.dll (25.4.0)

Ez az XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Örökletes tagok

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

Kezdeményez egy új példát a Aspose.Imaging.Xmp.Types.Basic.xmpReal osztály.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

A hajó értéke.

XmpReal(A string)

Kezdeményez egy új példát a Aspose.Imaging.Xmp.Types.Basic.xmpReal osztály.

public XmpReal(string value)

Parameters

value string

Az érték.

Exceptions

ArgumentNullException

Az érték null.

ArgumentException

Érték nélküli érték. meg kell halmozni.

Properties

Value

Megkapja vagy beállítja az értéket.

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

ingatlan értéke

float

Methods

GetXmpRepresentation()

Megkapja az XMP formátumban található szalag értéket.

public override string GetXmpRepresentation()

Returns

string

Visszaadja az XMP formátumban tartalmazott értéket.

 Magyar