Files
2025-03-20 08:38:05 +09:00

159 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML EXPERIMENTAL 970324//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe FrameMaker 5.5/HTML-Exportfilter">
<LINK REL="STYLESHEET" HREF="funktionen.css">
<TITLE> PrintFloat [Str]</TITLE></HEAD>
<BODY BGCOLOR="#ffffff">
<DIV>
<table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#FFFFCC" NOSAVE ><tr ALIGN=CENTER VALIGN=CENTER NOSAVE><td NOSAVE><font face="Arial,Helvetica"><font size=+2></font></font><br><font face="Arial,Helvetica"><font size=+2>CCS Standardfunction &nbsp;&nbsp;<b>PrintFloat [Str]</b></font></font><br>&nbsp;</td></tr></table><p><p></DIV>
<H2 CLASS="Funktion">
<A NAME="pgfId=12618">
</A>
PrintFloat [Str]</H2>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12620">
</A>
Value [Dec]</P>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12622">
</A>
Characters [INT]</P>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12624">
</A>
Decimal_Places [INT]</P>
<P CLASS="Normal">
<A NAME="pgfId=12626">
</A>
</P>
<DIV>
<H6 CLASS="FktBeschrTitel">
<A NAME="pgfId=12628">
</A>
Description of Function</H6>
<P CLASS="FktBeschrText">
<A NAME="pgfId=12630">
</A>
Represents a floating-point value as a formatted string.</P>
<P CLASS="ParameterTitel">
<A NAME="pgfId=12632">
</A>
</P>
<P CLASS="ParameterTitel">
<A NAME="pgfId=12634">
</A>
Testing Points</P>
<P CLASS="ParameterBeschreibung">
<A NAME="pgfId=12636">
</A>
None</P>
<P CLASS="FktBeschrText">
<A NAME="pgfId=12638">
</A>
</P>
<P CLASS="ParameterTitel">
<A NAME="pgfId=12640">
</A>
Parameters</P>
<P CLASS="Parameter">
<A NAME="pgfId=12642">
</A>
</P>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12644">
</A>
Value</P>
<P CLASS="ParameterBeschreibung">
<A NAME="pgfId=12646">
</A>
Value (or variable containing the floating-point value) to be represented as a formatted string.<BR>
</P>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12648">
</A>
Characters</P>
<P CLASS="ParameterBeschreibung">
<A NAME="pgfId=12650">
</A>
Maximum number of characters to be used to represent the value as a string. If the number specified is insufficient, an error message is returned. Otherwise, only as many characters as necessary are used. If no figure is specified, the string length is not checked.</P>
<P CLASS="ParameterBeschreibung">
<A NAME="pgfId=12652">
</A>
</P>
<P CLASS="Me&szlig;parameter">
<A NAME="pgfId=12654">
</A>
Decimal_Places</P>
<P CLASS="ParameterBeschreibung">
<A NAME="pgfId=12656">
</A>
Specifies the number of decimal places to be shown. The value is not rounded up or down.</P>
<P CLASS="Beispiel">
<A NAME="pgfId=12658">
</A>
</P>
<P CLASS="Beispiel">
<A NAME="pgfId=12660">
</A>
</P>
<P CLASS="Beispiel">
<A NAME="pgfId=12662">
</A>
Examples</P>
<P CLASS="Beispiel">
<A NAME="pgfId=12664">
</A>
</P>
<DIV>
<H6 CLASS="Body">
<A NAME="pgfId=12667">
</A>
</H6>
<TABLE BORDER="1">
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5458">
</A>
PrintFloat</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5460">
</A>
123.456789,10,2</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5462">
</A>
123.456789 &AElig; 123.45</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5470">
</A>
PrintFloat</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5472">
</A>
10.12345,10,3</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="Tabelle">
<A NAME="pgfId=5474">
</A>
10.123</P>
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
</HTML>