TtsSpan.DecimalBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TtsSpan.DecimalBuilder() | |
| TtsSpan.DecimalBuilder(IntPtr, JniHandleOwnership) | |
| TtsSpan.DecimalBuilder(String, String) | |
| TtsSpan.DecimalBuilder(Double, Int32, Int32) |
TtsSpan.DecimalBuilder()
[Android.Runtime.Register(".ctor", "()V", "")]
public DecimalBuilder ();
- Attributes
Remarks
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
TtsSpan.DecimalBuilder(IntPtr, JniHandleOwnership)
protected DecimalBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.DecimalBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.DecimalBuilder
Parameters
- javaReference
- IntPtr
- transfer
- JniHandleOwnership
Remarks
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
TtsSpan.DecimalBuilder(String, String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public DecimalBuilder (string? integerPart, string? fractionalPart);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Android.Text.Style.TtsSpan.DecimalBuilder : string * string -> Android.Text.Style.TtsSpan.DecimalBuilder
Parameters
- integerPart
- String
- fractionalPart
- String
- Attributes
Remarks
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
TtsSpan.DecimalBuilder(Double, Int32, Int32)
[Android.Runtime.Register(".ctor", "(DII)V", "")]
public DecimalBuilder (double number, int minimumFractionDigits, int maximumFractionDigits);
[<Android.Runtime.Register(".ctor", "(DII)V", "")>]
new Android.Text.Style.TtsSpan.DecimalBuilder : double * int * int -> Android.Text.Style.TtsSpan.DecimalBuilder
Parameters
- number
- Double
- minimumFractionDigits
- Int32
- maximumFractionDigits
- Int32
- Attributes
Remarks
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.