XmlReaderResourceParser.GetAttributeFloatValue Method

Definition

Overloads

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

Parameters

index
Int32
defaultValue
Single

Returns

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

namespaceURI
String
attribute
String
defaultValue
Single

Returns

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to