|
Scala 2
|
||
class
Numeric
[ Type ]
extends
DataType with
ScalaObject| Constructor Summary | |
def
this
( _nativeTypeId : scala.Int )
|
|
| Type Summary | |
type
NativeType
|
|
| Def Summary | |
def
precision
: scala.Int
The number of significant digits for that number. |
|
def
precisionRadix
: scala.Int
The radix in which the precision (and scale when appliable) is defined. ISO-9075 only allows 2 and 10 for this value. |
|
def
signed
: scala.Boolean
Whether the number is signed or not. |
|
| Constructor Detail |
def
this
( _nativeTypeId : scala.Int )
| Type Detail |
type
NativeType
| Def Detail |
def
precision
: scala.Int
def
precisionRadix
: scala.Int
def
signed
: scala.Boolean