void BSKSetValueNumber( BSKValue* value, BSKFLOAT number );Inputs:
Description: Determines the smallest possible number type (VT_BYTE, VT_WORD, VT_DWORD, and VT_FLOAT) that will accurately represent the given number, and then makes value of that type and value.
Return to the API
Return to the function listing