xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FtoC()

Converts a floating point number to an 8 byte binary string.

Syntax

FtoC( <nFloat> ) --> cFloat

Arguments

<nFloat>
Any numeric value can be passed.

Return

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().

Info

See also:CtoF(), XtoC()
Category: CT:NumBits , 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