Compartir a través de


BigDecimal Clase

Definición

[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
Herencia
BigDecimal
Atributos
Implementaciones

Comentarios

Documentación de la plataforma Android

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Constructores

BigDecimal(BigDecimal)
BigDecimal(BigInteger)
BigDecimal(BigInteger, Int32)
BigDecimal(Char[])
BigDecimal(Char[], Int32, Int32)
BigDecimal(Double)
BigDecimal(Int32)
BigDecimal(Int64)
BigDecimal(IntPtr, JniHandleOwnership)
BigDecimal(String)

Campos

RoundCeiling
RoundDown
RoundFloor
RoundHalfDown
RoundHalfEven
RoundHalfUp
RoundUnnecessary
RoundUp

Propiedades

Class

Devuelve la clase en tiempo de ejecución de este Objectobjeto .

(Heredado de Object)
Handle

Identificador de la instancia de Android subyacente.

(Heredado de Object)
JniIdentityHashCode (Heredado de Object)
JniPeerMembers
One
PeerReference (Heredado de Object)
Ten
ThresholdClass
ThresholdType
Zero

Métodos

Abs()
Abs(MathContext)
Add(BigDecimal)
Add(BigDecimal, MathContext)
ByteValue()

Devuelve el valor del número especificado como .byte

(Heredado de Number)
ByteValueExact()
Clone()

Crea y devuelve una copia de este objeto.

(Heredado de Object)
CompareTo(BigDecimal)
CompareTo(BigDecimal, MathContext)
Dispose() (Heredado de Object)
Dispose(Boolean) (Heredado de Object)
Divide(BigDecimal)
Divide(BigDecimal, Int32, RoundOptions)
Divide(BigDecimal, MathContext)
Divide(BigDecimal, RoundOptions)
DivideInteger(BigDecimal)
DivideInteger(BigDecimal, MathContext)
DoubleValue()
Equals(Object)

Indica si algún otro objeto es "igual a" este.

(Heredado de Object)
FloatValue()
Format(Int32, Int32)
Format(Int32, Int32, Int32, Int32, Int32, RoundOptions)
GetHashCode()

Devuelve un valor de código hash del objeto.

(Heredado de Object)
IntValue()
IntValueExact()
JavaFinalize()

Lo llama el recolector de elementos no utilizados en un objeto cuando la recolección de elementos no utilizados determina que no hay más referencias al objeto .

(Heredado de Object)
LongValue()
LongValueExact()
Max(BigDecimal)
Max(BigDecimal, MathContext)
Min(BigDecimal)
Min(BigDecimal, MathContext)
MovePointLeft(Int32)
MovePointRight(Int32)
Multiply(BigDecimal)
Multiply(BigDecimal, MathContext)
Negate()
Negate(MathContext)
Notify()

Activa un único subproceso que está esperando en el monitor de este objeto.

(Heredado de Object)
NotifyAll()

Activa todos los subprocesos que están esperando en el monitor de este objeto.

(Heredado de Object)
Plus()
Plus(MathContext)
Pow(BigDecimal)
Pow(BigDecimal, MathContext)
Remainder(BigDecimal)
Remainder(BigDecimal, MathContext)
Scale()
SetHandle(IntPtr, JniHandleOwnership)

Establece la propiedad Handle.

(Heredado de Object)
SetScale(Int32)
SetScale(Int32, RoundOptions)
ShortValue()

Devuelve el valor del número especificado como .short

(Heredado de Number)
ShortValueExact()
Signum()
Subtract(BigDecimal)
Subtract(BigDecimal, MathContext)
ToArray<T>() (Heredado de Object)
ToBigDecimal()
ToBigInteger()
ToBigIntegerExact()
ToCharArray()
ToString()

Devuelve una representación de cadena del objeto.

(Heredado de Object)
UnregisterFromRuntime() (Heredado de Object)
UnscaledValue()
ValueOf(Double)
ValueOf(Int64)
ValueOf(Int64, Int32)
Wait()

Hace que el subproceso actual espere hasta que se despierta, normalmente por ser em notificado/em> o <em>interrumpido</em>.<><

(Heredado de Object)
Wait(Int64)

Hace que el subproceso actual espere hasta que se despierte, normalmente por ser <em>notificado</em> o <em>interrumpido</em>, o hasta que haya transcurrido una cierta cantidad de tiempo real.

(Heredado de Object)
Wait(Int64, Int32)

Hace que el subproceso actual espere hasta que se despierte, normalmente por ser <em>notificado</em> o <em>interrumpido</em>, o hasta que haya transcurrido una cierta cantidad de tiempo real.

(Heredado de Object)

Implementaciones de interfaz explícitas

IComparable.CompareTo(Object)
IJavaPeerable.Disposed() (Heredado de Object)
IJavaPeerable.DisposeUnlessReferenced() (Heredado de Object)
IJavaPeerable.Finalized() (Heredado de Object)
IJavaPeerable.JniManagedPeerState (Heredado de Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Heredado de Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Heredado de Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Heredado de Object)

Métodos de extensión

JavaCast<TResult>(IJavaObject)

Realiza una conversión de tipos comprobados en tiempo de ejecución de Android.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Se aplica a