Class XmpReal

Class XmpReal

이름 공간 : Aspose.Imaging.Xmp.Types.Basic 모임: Aspose.Imaging.dll (25.4.0)

XMP 진짜를 소개합니다.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

상속 회원들

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(플로트)

Aspose.Imaging.Xmp.Types.Basic.XmpReal 클래스의 새로운 예를 시작합니다.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

배의 가치

XmpReal(스트리트)

Aspose.Imaging.Xmp.Types.Basic.XmpReal 클래스의 새로운 예를 시작합니다.

public XmpReal(string value)

Parameters

value string

그 가치가 있다.

Exceptions

ArgumentNullException

값은 null 입니다.

ArgumentException

가치가 부족합니다.이 가치가 부족해야합니다.

Properties

Value

가치가 흐르거나 가치가 흐른다.

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

부동산 가치

float

Methods

GetXmpRepresentation()

XMP 형식으로 링크가 포함된 값을 얻습니다.

public override string GetXmpRepresentation()

Returns

string

XMP 형식으로 링에 포함된 값을 반환합니다.

 한국어