[][src]Trait arrayfire::Fromf64

pub trait Fromf64 {
    fn fromf64(value: f64) -> Self;
}

Trait to convert reduction's scalar output to appropriate output type

This is an internal trait and ideally of no use to user usecases.

Required methods

fn fromf64(value: f64) -> Self

Convert to target type from a double precision value

Loading content...

Implementations on Foreign Types

impl Fromf64 for usize[src]

impl Fromf64 for f64[src]

impl Fromf64 for u64[src]

impl Fromf64 for i64[src]

impl Fromf64 for f32[src]

impl Fromf64 for u32[src]

impl Fromf64 for i32[src]

impl Fromf64 for u16[src]

impl Fromf64 for i16[src]

impl Fromf64 for u8[src]

impl Fromf64 for bool[src]

Loading content...

Implementors

Loading content...