DecimalFormat.ParseBigDecimal Proprietà

Definizione

Restituisce un valore che indica se #parse restituisce sempre un valore BigDecimal. -oppure- Indica se preferire #parse la restituzione di un valore android.icu.math.BigDecimal quando possibile.

public virtual bool ParseBigDecimal { [Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler", ApiSince=24)] get; [Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler", ApiSince=24)>]
member this.ParseBigDecimal : bool with get, set

Valore della proprietà

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce un valore che indica se #parse restituisce sempre un valore BigDecimal.

per android.icu.text.DecimalFormat.isParseBigDecimal().

Documentazione del setter delle proprietà:

Indica se preferire #parse la restituzione di un oggetto android.icu.math.BigDecimal quando possibile. Per le stringhe corrispondenti ai valori restituiti da Infinity, -Infinity, NaN e -0.0, verrà restituito un valore Double anche se ParseBigDecimal è abilitato.

per android.icu.text.DecimalFormat.setParseBigDecimal(boolean).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a