pub trait ArgminSignum {
    fn signum(self) -> Self;
}
Expand description

Returns a number that represents the sign of self.

Required Methods§

Returns a number that represents the sign of self.

Implementations on Foreign Types§

Implementors§