XmlReaderResourceParser.GetAttributeFloatValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| GetAttributeFloatValue(Int32, Single) |
'index'에서 특성의 float 값을 반환합니다. |
| GetAttributeFloatValue(String, String, Single) |
'attribute'의 float 값을 반환합니다. |
GetAttributeFloatValue(Int32, Single)
'index'에서 특성의 float 값을 반환합니다.
public float GetAttributeFloatValue(int index, float defaultValue);
abstract member GetAttributeFloatValue : int * single -> single
override this.GetAttributeFloatValue : int * single -> single
매개 변수
- index
- Int32
원하는 특성의 인덱스( 0...count-1)
- defaultValue
- Single
특성을 찾을 수 없는 경우 반환할 값입니다.
반품
결과 값입니다.
구현
설명
'index'에서 특성의 float 값을 반환합니다.
에 대한 android.util.AttributeSet.getAttributeFloatValueAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
GetAttributeFloatValue(String, String, Single)
'attribute'의 float 값을 반환합니다.
public float GetAttributeFloatValue(string? namespaceURI, string? attribute, float defaultValue);
abstract member GetAttributeFloatValue : string * string * single -> single
override this.GetAttributeFloatValue : string * string * single -> single
매개 변수
- namespaceURI
- String
- attribute
- String
검색할 특성입니다.
- defaultValue
- Single
특성을 찾을 수 없는 경우 반환할 값입니다.
반품
결과 값입니다.
구현
설명
'attribute'의 float 값을 반환합니다.
에 대한 android.util.AttributeSet.getAttributeFloatValueAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.