xHarbour Reference Documentation > Function Reference |
Converts a floating point number to an 8 byte binary string.
FtoC( <nFloat> ) --> cFloat
The function returns an 8 byte character string holding the binary representation of a floating point number. It can be converted back tu numeric using CtoF().
See also: | CtoF(), XtoC() |
Category: | CT:NumBits , Numbers and Bits |
Source: | ct\ftoc.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com