Click or drag to resize

MixtureOfFluidsTryGetFluidFromCasRegistryNumber Method

Tries to the get fluid from its CAS registry number.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool TryGetFluidFromCasRegistryNumber(
	string casRegistryNumber,
	out HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid
)

Parameters

casRegistryNumber  String
The CAS registry number of the fluid.
fluid  HelmholtzEquationOfStateOfPureFluidsBySpanEtAl
If the return value is true, an instance of the fluid; otherwise null.

Return Value

Boolean
True if an instance of a fluid with the given CAS registry number could be found; otherwise false.
See Also