Lingua

ScientificNotation.WithMinExponentDigits(Int32) Metodo

Definizione

Imposta il numero minimo di cifre da visualizzare nell'esponente della notazione scientifica, riempimento con zeri, se necessario.

[Android.Runtime.Register("withMinExponentDigits", "(I)Landroid/icu/number/ScientificNotation;", "GetWithMinExponentDigits_IHandler", ApiSince=30)]
public virtual Android.Icu.Number.ScientificNotation? WithMinExponentDigits(int minExponentDigits);
[<Android.Runtime.Register("withMinExponentDigits", "(I)Landroid/icu/number/ScientificNotation;", "GetWithMinExponentDigits_IHandler", ApiSince=30)>]
abstract member WithMinExponentDigits : int -> Android.Icu.Number.ScientificNotation
override this.WithMinExponentDigits : int -> Android.Icu.Number.ScientificNotation

Parametri

minExponentDigits
Int32

Numero minimo di cifre da visualizzare nell'esponente.

Valori restituiti

Oggetto ScientificNotation, per il concatenamento.

Attributi

Commenti

Imposta il numero minimo di cifre da visualizzare nell'esponente della notazione scientifica, riempimento con zeri, se necessario. Utile per la visualizzazione a larghezza fissa.

Ad esempio, con minExponentDigits=2, il numero 123 verrà stampato come "1.23E02" in <em>en-US</em> anziché il valore predefinito "1.23E2".

per android.icu.number.ScientificNotation.withMinExponentDigits(int).

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