ChoiceFormat.GetLimits Method

Definition

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

Double[]

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.

Applies to