다음을 통해 공유


DecimalFormatSymbols.Infinity Property

Definition

Returns the String used to represent infinity. -or- Sets the String used to represent infinity.

public virtual string? Infinity { [Android.Runtime.Register("getInfinity", "()Ljava/lang/String;", "GetGetInfinityHandler", ApiSince=24)] get; [Android.Runtime.Register("setInfinity", "(Ljava/lang/String;)V", "GetSetInfinity_Ljava_lang_String_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getInfinity", "()Ljava/lang/String;", "GetGetInfinityHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setInfinity", "(Ljava/lang/String;)V", "GetSetInfinity_Ljava_lang_String_Handler", ApiSince=24)>]
member this.Infinity : string with get, set

Property Value

the Infinity string

Attributes

Remarks

Property getter documentation:

Returns the String used to represent infinity. Almost always left unchanged.

Java documentation for android.icu.text.DecimalFormatSymbols.getInfinity().

Property setter documentation:

Sets the String used to represent infinity. Almost always left unchanged.

Java documentation for android.icu.text.DecimalFormatSymbols.setInfinity(java.lang.String).

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