次の方法で共有


XmlReaderResourceParser.GetAttributeFloatValue メソッド

定義

オーバーロード

GetAttributeFloatValue(Int32, Single)
GetAttributeFloatValue(String, String, Single)

GetAttributeFloatValue(Int32, Single)

public float GetAttributeFloatValue (int index, float defaultValue);
abstract member GetAttributeFloatValue : int * single -> single
override this.GetAttributeFloatValue : int * single -> single

パラメーター

index
Int32
defaultValue
Single

戻り値

実装

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetAttributeFloatValue(String, String, Single)

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

戻り値

実装

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象