Enum gstreamer::format::Signed

source ·
pub enum Signed<T> {
    Negative(T),
    Positive(T),
}
Expand description

A signed wrapper.

This wrapper allows representing a signed value from a type which is originaly unsigned. In C APIs, this is represented by a tuple with a signed integer positive or negative and the absolute value.

Variants§

§

Negative(T)

§

Positive(T)

Implementations§

Returns the self in nanoseconds.

Creates new value from nanoseconds.

Returns the self in microseconds.

Creates new value from microseconds.

Returns the self in milliseconds.

Creates new value from milliseconds.

Returns the self in seconds.

Creates new value from seconds.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns Some(value), where value is the inner value, if self is positive.

Transforms the Signed<T> into a Result<T, E>, mapping Positive(v) to Ok(v) and Negative(_) to Err(err).

Transforms the Signed<T> into a Result<T, E>, mapping Positive(v) to Ok(v) and Negative(v) to Err(err(v)).

Returns Some(value), where value is the inner value, if self is negative.

Transforms the Signed<T> into a Result<T, E>, mapping Negative(v) to Ok(v) and Positive(_) to Err(err).

Transforms the Signed<T> into a Result<T, E>, mapping Negative(v) to Ok(v) and Positive(_) to Err(err(v)).

Returns the absolute value of self.

Transposes a Signed Option into an Option of a Signed.

Note that if the inner value was None, the sign is lost.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Returns a Signed containing the inner type of self.

Returns the signum for this Signed.

Returns:

  • 0 if the number is zero.
  • 1 if the value must be considered as positive.
  • -1 if the value must be considered as negative.

Returns the checked subtraction self - other.

Returns the checked subtraction self - other.

Returns the checked addition self + other.

Returns the checked addition self + other.

Returns the saturating subtraction self - other.

Returns the saturating subtraction self - other.

Returns the saturating addition self + other.

Returns the saturating addition self + other.

Trait Implementations§

The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Performs the += operation. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Performs the /= operation. Read more
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Performs the *= operation. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
Output type for the methods of this trait.
Calculates floor(val * num / denom), i.e. the largest integer less than or equal to the result of the division. Read more
Calculates round(val * num / denom), i.e. the closest integer to the result of the division. If both surrounding integers are the same distance (x.5), the one with the bigger absolute value is returned (round away from 0.0). Read more
Calculates ceil(val * num / denom), i.e. the the smallest integer greater than or equal to the result of the division. Read more
The resulting type after applying the - operator.
Performs the unary - operation. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the addition.
Computes the checked addition. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the division.
Computes the checked division. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the multiplication.
Computes the checked multiplication. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the remainder.
Computes the checked remainder. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the substraction.
Computes the checked substraction. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more
The resulting inner type after applying the addition.
Computes the addition saturating at the numeric bounds instead of overflowing. Read more