FromValueWithUnit
내용물
[
숨다
]
FromValueWithUnit(float, Unit)
지정된 float 수와 unit 로 길이 유형의 인스턴스를 생성하고 반환합니다.
public static Length FromValueWithUnit(float value, Unit unit)
모수 | 유형 | 설명 |
---|---|---|
value | Single | >모든 부동(FP32) 숫자 |
unit | Unit | 모든 유효한 단위 유형 |
반환 값
길이 유형의 새 인스턴스
또한보십시오
- enum Unit
- struct Length
- 네임스페이스 GroupDocs.Editor.HtmlCss.Css.DataTypes
- 집회 GroupDocs.Editor
FromValueWithUnit(double, Unit)
지정된 double 숫자와 unit 로 Length 유형의 인스턴스를 생성하고 반환합니다.
public static Length FromValueWithUnit(double value, Unit unit)
모수 | 유형 | 설명 |
---|---|---|
value | Double | float(FP32)로 변환되는 모든 double(FP64) 숫자 |
unit | Unit | 모든 유효한 단위 유형 |
반환 값
길이 유형의 새 인스턴스
또한보십시오
- enum Unit
- struct Length
- 네임스페이스 GroupDocs.Editor.HtmlCss.Css.DataTypes
- 집회 GroupDocs.Editor
FromValueWithUnit(int, Unit)
지정된 정수와 unit 로 길이 유형의 인스턴스를 생성하고 반환합니다.
public static Length FromValueWithUnit(int value, Unit unit)
모수 | 유형 | 설명 |
---|---|---|
value | Int32 | 모든 정수 |
unit | Unit | 모든 유효한 단위 유형 |
반환 값
길이 유형의 새 인스턴스
또한보십시오
- enum Unit
- struct Length
- 네임스페이스 GroupDocs.Editor.HtmlCss.Css.DataTypes
- 집회 GroupDocs.Editor