Browse
 
Tools
Rss Categories

LVSemanticData_GetDouble

Reference Number: AA-00903 Views: 7465 0 Rating/ Voters

Returns a double precision floating point value contained in the given semantic data handle. This function assumes that the handle is of type SI_TYPE_DOUBLE. If the user passes in a handle with non SI_TYPE_DOUBLE type, this function always returns 0.0.

Function

  • double LVSemanticData_GetDouble(H_SI_DATA h_si_data)

Parameters

h_si_data

Semantic data handle.

Return Values

A double.

See Also