BigDecimal Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Android.Runtime.Register("android/icu/math/BigDecimal", ApiSince=24, DoNotGenerateAcw=true)]
public class BigDecimal : Java.Lang.Number, IDisposable, Java.Interop.IJavaPeerable, Java.Lang.IComparable
[<Android.Runtime.Register("android/icu/math/BigDecimal", ApiSince=24, DoNotGenerateAcw=true)>]
type BigDecimal = class
inherit Number
interface ISerializable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IComparable
- Ereditarietà
- Attributi
- Implementazioni
Commenti
Documentazione della piattaforma Android
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Costruttori
Campi
| RoundCeiling | |
| RoundDown | |
| RoundFloor | |
| RoundHalfDown | |
| RoundHalfEven | |
| RoundHalfUp | |
| RoundUnnecessary | |
| RoundUp |
Proprietà
| Class |
Restituisce la classe di runtime di questo |
| Handle |
Handle per l'istanza di Android sottostante. (Ereditato da Object) |
| JniIdentityHashCode | (Ereditato da Object) |
| JniPeerMembers | |
| One | |
| PeerReference | (Ereditato da Object) |
| Ten | |
| ThresholdClass | |
| ThresholdType | |
| Zero | |
Metodi
| Abs() | |
| Abs(MathContext) | |
| Add(BigDecimal, MathContext) | |
| Add(BigDecimal) | |
| ByteValue() |
Restituisce il valore del numero specificato come . |
| ByteValueExact() | |
| Clone() |
Crea e restituisce una copia di questo oggetto. (Ereditato da Object) |
| CompareTo(BigDecimal, MathContext) | |
| CompareTo(BigDecimal) | |
| Dispose() | (Ereditato da Object) |
| Dispose(Boolean) | (Ereditato da Object) |
| Divide(BigDecimal, Int32, RoundOptions) | |
| Divide(BigDecimal, MathContext) | |
| Divide(BigDecimal, RoundOptions) | |
| Divide(BigDecimal) | |
| DivideInteger(BigDecimal, MathContext) | |
| DivideInteger(BigDecimal) | |
| DoubleValue() | |
| Equals(Object) |
Indica se un altro oggetto è "uguale a" questo. (Ereditato da Object) |
| FloatValue() | |
| Format(Int32, Int32, Int32, Int32, Int32, RoundOptions) | |
| Format(Int32, Int32) | |
| GetHashCode() |
Restituisce un valore del codice hash per l'oggetto. (Ereditato da Object) |
| IntValue() | |
| IntValueExact() | |
| JavaFinalize() |
Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto . (Ereditato da Object) |
| LongValue() | |
| LongValueExact() | |
| Max(BigDecimal, MathContext) | |
| Max(BigDecimal) | |
| Min(BigDecimal, MathContext) | |
| Min(BigDecimal) | |
| MovePointLeft(Int32) | |
| MovePointRight(Int32) | |
| Multiply(BigDecimal, MathContext) | |
| Multiply(BigDecimal) | |
| Negate() | |
| Negate(MathContext) | |
| Notify() |
Riattiva un singolo thread in attesa del monitor dell'oggetto. (Ereditato da Object) |
| NotifyAll() |
Riattiva tutti i thread in attesa del monitor dell'oggetto. (Ereditato da Object) |
| Plus() | |
| Plus(MathContext) | |
| Pow(BigDecimal, MathContext) | |
| Pow(BigDecimal) | |
| Remainder(BigDecimal, MathContext) | |
| Remainder(BigDecimal) | |
| Scale() | |
| SetHandle(IntPtr, JniHandleOwnership) |
Imposta la proprietà Handle. (Ereditato da Object) |
| SetScale(Int32, RoundOptions) | |
| SetScale(Int32) | |
| ShortValue() |
Restituisce il valore del numero specificato come . |
| ShortValueExact() | |
| Signum() | |
| Subtract(BigDecimal, MathContext) | |
| Subtract(BigDecimal) | |
| ToArray<T>() | (Ereditato da Object) |
| ToBigDecimal() | |
| ToBigInteger() | |
| ToBigIntegerExact() | |
| ToCharArray() | |
| ToString() |
Restituisce una rappresentazione di stringa dell'oggetto. (Ereditato da Object) |
| UnregisterFromRuntime() | (Ereditato da Object) |
| UnscaledValue() | |
| ValueOf(Double) | |
| ValueOf(Int64, Int32) | |
| ValueOf(Int64) | |
| Wait() |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>. (Ereditato da Object) |
| Wait(Int64, Int32) |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale. (Ereditato da Object) |
| Wait(Int64) |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale. (Ereditato da Object) |
Implementazioni dell'interfaccia esplicita
| IComparable.CompareTo(Object) | |
| IJavaPeerable.Disposed() | (Ereditato da Object) |
| IJavaPeerable.DisposeUnlessReferenced() | (Ereditato da Object) |
| IJavaPeerable.Finalized() | (Ereditato da Object) |
| IJavaPeerable.JniManagedPeerState | (Ereditato da Object) |
| IJavaPeerable.SetJniIdentityHashCode(Int32) | (Ereditato da Object) |
| IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Ereditato da Object) |
| IJavaPeerable.SetPeerReference(JniObjectReference) | (Ereditato da Object) |
Metodi di estensione
| JavaCast<TResult>(IJavaObject) |
Esegue una conversione del tipo di tipo controllato dal runtime Android. |
| JavaCast<TResult>(IJavaObject) | |
| GetJniTypeName(IJavaPeerable) | |