Pressure Structure

Represents the force exerted by a fluid over a defined area.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
[SerializableAttribute]
[JsonObjectAttribute(ItemTypeNameHandling = TypeNameHandling.Auto)]
public struct Pressure : IAdditionOperators<Pressure, Pressure, Pressure>, 
	IAdditionOperators<Pressure, double, Pressure>, IAdditionOperators<Pressure, int, Pressure>, 
	ICloneable, IComparable, IComparable<Pressure>, IComparisonOperators<Pressure, Pressure, bool>, 
	IEqualityOperators<Pressure, Pressure, bool>, IComparisonOperators<Pressure, double, bool>, 
	IEqualityOperators<Pressure, double, bool>, IConvertible<Pressure>, 
	IDivisionOperators<Pressure, double, Pressure>, IDivisionOperators<Pressure, int, Pressure>, 
	IEquatable<Pressure>, IMeasurable, IFormattable, IMinMaxValue<Pressure>, 
	IMultiplyOperators<Pressure, double, Pressure>, IMultiplyOperators<Pressure, int, Pressure>, 
	ISubtractionOperators<Pressure, Pressure, Pressure>, ISubtractionOperators<Pressure, double, Pressure>, 
	ISubtractionOperators<Pressure, int, Pressure>, IUnaryNegationOperators<Pressure, Pressure>, 
	ISpanFormattable
Inheritance
Object    ValueType    Pressure
Implements
IConvertiblePressure, IMeasurable, ICloneable, IComparable, IComparablePressure, IEquatablePressure, IFormattable, ISpanFormattable, IAdditionOperatorsPressure, Pressure, Pressure, IAdditionOperatorsPressure, Double, Pressure, IAdditionOperatorsPressure, Int32, Pressure, IComparisonOperatorsPressure, Pressure, Boolean, IComparisonOperatorsPressure, Double, Boolean, IDivisionOperatorsPressure, Double, Pressure, IDivisionOperatorsPressure, Int32, Pressure, IEqualityOperatorsPressure, Pressure, Boolean, IEqualityOperatorsPressure, Double, Boolean, IMinMaxValuePressure, IMultiplyOperatorsPressure, Double, Pressure, IMultiplyOperatorsPressure, Int32, Pressure, ISubtractionOperatorsPressure, Pressure, Pressure, ISubtractionOperatorsPressure, Double, Pressure, ISubtractionOperatorsPressure, Int32, Pressure, IUnaryNegationOperatorsPressure, Pressure

Remarks

We found some conversion factors for Pressure at N.C. Rickett's home page.

Constructors

Pressure(Double) Creates a new instance of Pressure with a particular value.
Pressure(Double, Type) Creates a new instance of Pressure with a particular value and Unit whose Type is specified
Pressure(Mass, Area) Creates a new Pressure whose value is the multiple of three Length values.
Pressure(Double, Unit, MetricExponent) Creates a new instance of Pressure with a particular value and Unit assuming that value is already raised or lowered to the power of exponent.

Properties

Accuracy Represents the degree confidence that the quantity represented equals the quantity actually measured, controlling how the CompareTo<T> method behaves.
DefaultUnit Gets the Type of the Unit in which the IMeasurableclass is denominated.
MaxValueGets the maximum value of the current type.
MinValueGets the minimum value of the current type.
Name Gets the name of the type of measurement.
Precision Represents the range within which the measurement is correct, controlling how the ToString() method behaves.
Unit Gets the Unit in which the IMeasurable object is denominated.
Value Gets or sets the quantity of units represented by the IMeasurable object.

Methods

Add(Pressure, Pressure) Adds two instances of Pressure together.
Add(Pressure, Double) Adds an instance of Pressure to an instance of Double.
CloneCreates a new object that is a copy of the current instance.
CompareToCompares 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.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets 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).
MemberwiseCloneCreates 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.
ToStringReturns 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.
TryFormatTries to format the value of the current instance into the provided span of characters.

Operators

Addition(Pressure, Pressure)Adds two values together to compute their sum.
Addition(Pressure, Double)Adds two values together to compute their sum.
Addition(Pressure, Int32)Adds two values together to compute their sum.
Division(Pressure, Double)Divides one value by another to compute their quotient.
Division(Pressure, Int32)Divides one value by another to compute their quotient.
Equality(Double, Pressure) Compares an instance of Pressure with an instance of Double for equality.
Equality(Pressure, Pressure)Compares two values to determine equality.
Equality(Pressure, Double)Compares two values to determine equality.
GreaterThan(Double, Pressure) Compares an instance of Pressure to an instance of Double for different values.
GreaterThan(Pressure, Pressure)Compares two values to determine which is greater.
GreaterThan(Pressure, Double)Compares two values to determine which is greater.
GreaterThanOrEqual(Double, Pressure) Compares an instance of Pressure to an instance of Double for different values.
GreaterThanOrEqual(Pressure, Pressure)Compares two values to determine which is greater or equal.
GreaterThanOrEqual(Pressure, Double)Compares two values to determine which is greater or equal.
(Double to Pressure) Creates a new Pressure object from a Double value.
(Pressure to Double) Creates a new Double value from a given Pressure object.
Inequality(Double, Pressure) Compares an instance of Pressure with an instance of Double for inequality.
Inequality(Pressure, Pressure)Compares two values to determine inequality.
Inequality(Pressure, Double)Compares two values to determine inequality.
LessThan(Double, Pressure) Compares an instance of Pressure to an instance of Double for different values.
LessThan(Pressure, Pressure)Compares two values to determine which is less.
LessThan(Pressure, Double)Compares two values to determine which is less.
LessThanOrEqual(Double, Pressure) Compares an instance of Pressure to an instance of Double for different values.
LessThanOrEqual(Pressure, Pressure)Compares two values to determine which is less or equal.
LessThanOrEqual(Pressure, Double)Compares two values to determine which is less or equal.
Multiply(Pressure, Double)Multiplies two values together to compute their product.
Multiply(Pressure, Int32)Multiplies two values together to compute their product.
Subtraction(Pressure, Pressure)Subtracts two values to compute their difference.
Subtraction(Pressure, Double)Subtracts two values to compute their difference.
Subtraction(Pressure, Int32)Subtracts two values to compute their difference.
UnaryNegation(Pressure)Computes the unary negation of a value.

Fields

Epsilon Represents the smallest value of Accuracy that will successfully evaluate equality without boundary condition errors.
MaxPrecision Represents the maximum precision with which a value can be displayed.
MinPrecision Represents the minimum precision with which a value can be displayed.

Explicit Interface Implementations

IComparableCompareToCompares 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.

See Also