Struct CoefficientOfThermalExpansion
- Namespace
- H.Extensions.Unit
- Assembly
- H.Extensions.Unit.dll
public readonly struct CoefficientOfThermalExpansion : IPhysicalQuantity
- Implements
- Inherited Members
- Extension Methods
Constructors
CoefficientOfThermalExpansion(PhysicalQuantity)
public CoefficientOfThermalExpansion(PhysicalQuantity q)
Parameters
CoefficientOfThermalExpansion(double)
public CoefficientOfThermalExpansion(double v)
Parameters
v
double
Properties
Dimensions
public Dimensions Dimensions { get; }
Property Value
Value
public double Value { get; init; }
Property Value
Methods
Compare(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static int Compare(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current instance.
Returns
- bool
true if
obj
and this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
Parse(string)
public static CoefficientOfThermalExpansion Parse(string s)
Parameters
s
string
Returns
Parse(string, UnitsSystem)
public static CoefficientOfThermalExpansion Parse(string s, UnitsSystem system)
Parameters
s
stringsystem
UnitsSystem
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
ToString(params Unit[])
public string ToString(params Unit[] units)
Parameters
units
Unit[]
Returns
ToString(UnitsSystem, FormatOption)
public string ToString(UnitsSystem system, UnitsSystem.FormatOption option)
Parameters
system
UnitsSystemoption
UnitsSystem.FormatOption
Returns
ToString(FormatOption)
public string ToString(UnitsSystem.FormatOption option)
Parameters
option
UnitsSystem.FormatOption
Returns
ToString(int, params Unit[])
public string ToString(int precision, params Unit[] units)
Parameters
Returns
TryParse(string, out CoefficientOfThermalExpansion)
public static bool TryParse(string s, out CoefficientOfThermalExpansion q)
Parameters
Returns
TryParse(string, UnitsSystem, out CoefficientOfThermalExpansion)
public static bool TryParse(string s, UnitsSystem system, out CoefficientOfThermalExpansion q)
Parameters
s
stringsystem
UnitsSystemq
CoefficientOfThermalExpansion
Returns
Operators
operator +(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static CoefficientOfThermalExpansion operator +(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator /(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static Dimensionless operator /(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator /(CoefficientOfThermalExpansion, Dimensionless)
public static CoefficientOfThermalExpansion operator /(CoefficientOfThermalExpansion v1, Dimensionless v2)
Parameters
Returns
operator /(CoefficientOfThermalExpansion, double)
public static CoefficientOfThermalExpansion operator /(CoefficientOfThermalExpansion v1, double v2)
Parameters
Returns
operator /(CoefficientOfThermalExpansion, int)
public static CoefficientOfThermalExpansion operator /(CoefficientOfThermalExpansion v1, int v2)
Parameters
Returns
operator /(double, CoefficientOfThermalExpansion)
public static TemperatureChange operator /(double v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator ==(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator ==(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator >(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator >(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator >=(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator >=(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator !=(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator !=(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator <(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator <(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator <=(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static bool operator <=(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator *(CoefficientOfThermalExpansion, Dimensionless)
public static CoefficientOfThermalExpansion operator *(CoefficientOfThermalExpansion v1, Dimensionless v2)
Parameters
Returns
operator *(CoefficientOfThermalExpansion, TemperatureChange)
public static Dimensionless operator *(CoefficientOfThermalExpansion v1, TemperatureChange v2)
Parameters
Returns
operator *(CoefficientOfThermalExpansion, double)
public static CoefficientOfThermalExpansion operator *(CoefficientOfThermalExpansion v1, double v2)
Parameters
Returns
operator *(CoefficientOfThermalExpansion, int)
public static CoefficientOfThermalExpansion operator *(CoefficientOfThermalExpansion v1, int v2)
Parameters
Returns
operator *(double, CoefficientOfThermalExpansion)
public static CoefficientOfThermalExpansion operator *(double v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator -(CoefficientOfThermalExpansion, CoefficientOfThermalExpansion)
public static CoefficientOfThermalExpansion operator -(CoefficientOfThermalExpansion v1, CoefficientOfThermalExpansion v2)
Parameters
Returns
operator -(CoefficientOfThermalExpansion)
public static CoefficientOfThermalExpansion operator -(CoefficientOfThermalExpansion v)