M

FluidType.GetTemperature

Description:
Gets a copy of the FluidTemperature object matching a given temperature value.
Remarks:
Changes made to this object will not be applied to the FluidType object. In order to modify the FluidTemperature settings for a given temperature, you should remove the existing FluidTemperature (RemoveTemperature()) and then add the modified value (AddTemperature()).
public FluidTemperature GetTemperature(
	double temperature
)
  • Double
    temperature
    The temperature value.
Return Value nullNothingnullptr The fluid temperature. null Nothing nullptr a null reference ( Nothing in Visual Basic) if not found.