Lingua

TtsSpan.DecimalBuilder.SetIntegerPart Metodo

Definizione

Overload

Nome Descrizione
SetIntegerPart(Int64)

Metodo pratico che converte il numero in un valore String e lo imposta sul valore per TtsSpan.ARG_INTEGER_PART.

SetIntegerPart(String)

Imposta l'argomento TtsSpan.ARG_INTEGER_PART.

SetIntegerPart(Int64)

Metodo pratico che converte il numero in un valore String e lo imposta sul valore per TtsSpan.ARG_INTEGER_PART.

[Android.Runtime.Register("setIntegerPart", "(J)Landroid/text/style/TtsSpan$DecimalBuilder;", "GetSetIntegerPart_JHandler")]
public virtual Android.Text.Style.TtsSpan.DecimalBuilder? SetIntegerPart(long integerPart);
[<Android.Runtime.Register("setIntegerPart", "(J)Landroid/text/style/TtsSpan$DecimalBuilder;", "GetSetIntegerPart_JHandler")>]
abstract member SetIntegerPart : int64 -> Android.Text.Style.TtsSpan.DecimalBuilder
override this.SetIntegerPart : int64 -> Android.Text.Style.TtsSpan.DecimalBuilder

Parametri

integerPart
Int64

Parte integer del decimale.

Valori restituiti

Questa istanza.

Attributi

Commenti

Metodo pratico che converte il numero in un valore String e lo imposta sul valore per TtsSpan.ARG_INTEGER_PART.

Informazioni di riferimento su Android per android.text.style.TtsSpan.DecimalBuilder.setIntegerPart.

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

SetIntegerPart(String)

Imposta l'argomento TtsSpan.ARG_INTEGER_PART.

[Android.Runtime.Register("setIntegerPart", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$DecimalBuilder;", "GetSetIntegerPart_Ljava_lang_String_Handler")]
public virtual Android.Text.Style.TtsSpan.DecimalBuilder? SetIntegerPart(string? integerPart);
[<Android.Runtime.Register("setIntegerPart", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$DecimalBuilder;", "GetSetIntegerPart_Ljava_lang_String_Handler")>]
abstract member SetIntegerPart : string -> Android.Text.Style.TtsSpan.DecimalBuilder
override this.SetIntegerPart : string -> Android.Text.Style.TtsSpan.DecimalBuilder

Parametri

integerPart
String

Stringa non vuota di cifre con un carattere iniziale facoltativo + o -.

Valori restituiti

Questa istanza.

Attributi

Commenti

Imposta l'argomento TtsSpan.ARG_INTEGER_PART.

Informazioni di riferimento su Android per android.text.style.TtsSpan.DecimalBuilder.setIntegerPart.

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