Trait afarray::ArrayInstanceRound
source · [−]pub trait ArrayInstanceRound: ArrayInstance {
type Round: HasAfEnum;
fn round(&self) -> ArrayExt<Self::Round>;
}Expand description
Defines a rounding method round.
pub trait ArrayInstanceRound: ArrayInstance {
type Round: HasAfEnum;
fn round(&self) -> ArrayExt<Self::Round>;
}Defines a rounding method round.