This function performs a lookup in a given table slot, based on a given value in a given column, and evaluates to the corresponding value in the other given column.
|
Syntax Example:
TableInterpolation(Lake Mead.Elevation Volume Table, 0, 1,
1210.03 "ft", @"t")
TableInterpolation(Mead.Evaporation Table,
GetColumnIndex(Mead.Evaporation Table, "Julian Day"),
1, 1210.03 "ft", @"t")
Return Example:
234342422.32 "m"