r
0.4.0
Double
Aliased type
Variants
NA
Some
Trait Implementations
AtomicMode
TryFrom<Obj>
In r::
object::
types
Type Alias
r
::
object
::
types
::
Double
Copy item path
source
·
[
−
]
pub type Double =
OptionNA
<
f64
>;
Aliased Type
§
enum Double { NA, Some(
f64
), }
Variants
§
§
NA
§
Some(
f64
)
Trait Implementations
§
source
§
impl
AtomicMode
for
Double
source
§
fn
is_double
() ->
bool
source
§
fn
is_integer
() ->
bool
source
§
fn
is_logical
() ->
bool
source
§
fn
is_character
() ->
bool
source
§
impl
TryFrom
<
Obj
> for
Double
source
§
type
Error
=
Error
The type returned in the event of a conversion error.
source
§
fn
try_from
(value:
Obj
) ->
Result
<Self, Self::
Error
>
Performs the conversion.