Trait snarkvm_circuit::Double
Expand description
Unary operator for retrieving the doubled value.
Required Associated Types
type Output
Required Methods
Trait Implementations
impl<E> Metrics<dyn Double<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> Metrics<dyn Double<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> OutputMode<dyn Double<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> OutputMode<dyn Double<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
type Case = Mode
fn output_mode(
input: &<Field<E> as OutputMode<dyn Double<Output = Field<E>> + 'static>>::Case
) -> Mode
fn output_mode(
input: &<Field<E> as OutputMode<dyn Double<Output = Field<E>> + 'static>>::Case
) -> Mode
Returns the mode of the output.