Add(Pressure, Pressure) | Adds two instances of Pressure together. |
Add(Pressure, Double) | Adds an instance of Pressure to an instance of Double. |
Clone | Creates a new object that is a copy of the current instance. |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
ConvertTo(Type) | Converts the instance into a new IMeasurable instance denominated in the measurement units provided. |
ConvertTo(Unit) | Converts the instance into a new instance of the same type denominated in the measurement units provided. |
Divide | Divides an instance of Pressure by a double-precision value. |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
Equals(Pressure) | Indicates whether the current object is equal to another object of the same type. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsInfinity | Returns a value indicating whether the specified number evaluates to negative or positive infinity. |
IsNaN | Returns a value indicating whether the specified number evaluates to a value that is not a number (NaN). |
IsNegativeInfinity | Returns a value indicating whether the specified number evaluates to negative infinity (NegativeInfinity). |
IsPositiveInfinity | Returns a value indicating whether the specified number evaluates to positive infinity (PositiveInfinity). |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Multiply | Multiplies an instance of Pressure by a double-precision value. |
Negate | Negates the value of the specified Pressure operand. |
Subtract(Pressure, Pressure) | Subtracts one instance of Pressure from another. |
Subtract(Pressure, Double) | Subtracts an instance of Double from an instance of Pressure. |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
ToString(MetricExponent) | Converts the numeric value of this instance to its equivalent String representation, using the metric exponent provided if appropriate to the Unit type. |
ToString(String) | Converts the numeric value of this instance to its equivalent String representation, using the specified format. |
ToString(String, MetricExponent) | Converts the numeric value of this instance to its equivalent String representation, using the specified format and metric exponent. |
ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
ToString(String, MetricExponent, IFormatProvider) | Formats the value of the current instance using the specified format. |
TryFormat | Tries to format the value of the current instance into the provided span of characters. |
IComparableCompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |