public static class JavaMath.BigDecimal
extends java.lang.Object
| Constructor and Description |
|---|
BigDecimal() |
| Modifier and Type | Method and Description |
|---|---|
static IRubyObject |
coerce(ThreadContext context,
IRubyObject self,
IRubyObject type) |
static IRubyObject |
to_d(ThreadContext context,
IRubyObject self) |
static IRubyObject |
to_f(ThreadContext context,
IRubyObject self) |
static IRubyObject |
to_i(ThreadContext context,
IRubyObject self) |
static IRubyObject |
to_r(ThreadContext context,
IRubyObject self) |
public static IRubyObject to_d(ThreadContext context, IRubyObject self)
public static IRubyObject to_f(ThreadContext context, IRubyObject self)
public static IRubyObject to_i(ThreadContext context, IRubyObject self)
public static IRubyObject coerce(ThreadContext context, IRubyObject self, IRubyObject type)
public static IRubyObject to_r(ThreadContext context, IRubyObject self)
Copyright © 2001-2022 JRuby. All Rights Reserved.