Android.Media.ExifInterface.GetAttributeDouble Method
Returns the double value of the specified rational tag.

Syntax

[Android.Runtime.Register("getAttributeDouble", "(Ljava/lang/String;D)D", "GetGetAttributeDouble_Ljava_lang_String_DHandler")]
public virtual double GetAttributeDouble (string tag, double defaultValue)

Parameters

tag
the name of the tag.
defaultValue
the value to return if the tag is not available.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the double value of the specified rational tag. If there is no such tag in the JPEG file or the value cannot be parsed as double, return defaultValue.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8