xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CtoF()

Converts an 8 byte string to a floating point number.

Syntax

CtoF( <cFloat> ) --> nNumber

Arguments

<cFloat>
A character string holding the binary representation of a floating point number. It is returned from FtoC() or XtoC().

Return

The function returns the converted floating point number as a numeric value.

Info

See also:FtoC(), U2Bin(), W2Bin(), XtoC()
Category: CT:NumBits , Binary functions , Conversion functions , Numbers and Bits
Source:ct\ftoc.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe