TypedValue.Float Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the data for this value as a float.
public float Float { [Android.Runtime.Register("getFloat", "()F", "")] get; }
[<get: Android.Runtime.Register("getFloat", "()F", "")>]
member this.Float : single
Property Value
- Attributes
Remarks
Return the data for this value as a float. Only use for values whose type is #TYPE_FLOAT
.
Java documentation for android.util.TypedValue.getFloat()
.
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.