[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]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for f64 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for u64 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for i64 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for f32 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for u32 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for i32 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for u16 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for i16 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for u8 [src]

fn fromf64(value: f64) -> Self[src]

impl Fromf64 for bool [src]

fn fromf64(value: f64) -> Self[src]

Loading content...

Implementors

Loading content...

AltStyle によって変換されたページ (->オリジナル) /