TypedValue.ComplexToFloat(Int32) Method

Definition

Retrieve the base value from a complex data integer.

[Android.Runtime.Register("complexToFloat", "(I)F", "")]
public static float ComplexToFloat (int complex);
[<Android.Runtime.Register("complexToFloat", "(I)F", "")>]
static member ComplexToFloat : int -> single

Parameters

complex
Int32

A complex data value.

Returns

Single

A floating point value corresponding to the complex data.

Attributes

Remarks

Java documentation for android.util.TypedValue.complexToFloat(int).

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