IsotropicGetTemperature Method

Retrieve a Temperature from this material's temperature-dependent properties. Allows a degree of tolerance to avoid issues with floating point numbers.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public IsotropicTemperature GetTemperature(
	float LookupTemperature
)

Parameters

LookupTemperature  Single
Temperature to search for.

Return Value

IsotropicTemperature
The temperature, if a matching one was found. Returns 'null' if none exists.

See Also