MixtureOfFluidsTryGetFluidFromCasRegistryNumber Method |
Tries to the get fluid from its CAS registry number.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if an instance of a fluid with the given CAS registry number could be found; otherwise false.
See Also