ChoiceFormat.GetLimits Method
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.
Returns the limits of this ChoiceFormat
.
[Android.Runtime.Register("getLimits", "()[D", "GetGetLimitsHandler")]
public virtual double[]? GetLimits ();
[<Android.Runtime.Register("getLimits", "()[D", "GetGetLimitsHandler")>]
abstract member GetLimits : unit -> double[]
override this.GetLimits : unit -> double[]
Returns
a copy of the double[]
array supplied to the constructor or the most recent
call to #setChoices(double[], String[])
.
- Attributes
Remarks
Java documentation for java.text.ChoiceFormat.getLimits()
.
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.