passing float parameter


 
Thread Tools Search this Thread
Top Forums Programming passing float parameter
# 8  
Old 12-20-2011
Ok, no escaping the building of func prototypes then.

To fpmurphy: CSO compiler Release 5.2.0A
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Passing parameter through file

Hi , I am passing date parameter through file my shell script testing.sh is #set -x #set -v asd=$1 asd1=$2 echo $asd echo $asd1 Passing parameter as below sh testing.sh `cat file1.txt` Output (2 Replies)
Discussion started by: kaushik02018
2 Replies

2. Shell Programming and Scripting

Passing parameter more than 9

Hi, I've written a script where eleven parameter to be passed from command line which is inserting into an oracle table, it is working but the tenth and 11th parameter are not accepting as given it is referring to 1st parameter. HERE IS THE SCRIPT #!/bin/ksh #set -o echo $*... (4 Replies)
Discussion started by: sankar
4 Replies

3. Shell Programming and Scripting

Passing parameter to script, and split the parameter

i am passing input parameter 'one_two' to the script , the script output should display the result as below one_1two one_2two one_3two if then echo " Usage : <$0> <DATABASE> " exit 0 else for DB in 1 2 3 do DBname=`$DATABASE | awk -F "_" '{print $1_${DB}_$2}` done fi (5 Replies)
Discussion started by: only4satish
5 Replies

4. Shell Programming and Scripting

Positional parameter passing

Hi All, When passing parameters to a sheel script, the parameters are referenced by their positions such as $1 for first parameter, $2 for second parameter. these positional values can only have values ranging from $0-$9 (0,1,2,3...9). I have a shell script meant to accept 20 parameters. for... (3 Replies)
Discussion started by: ogologoma
3 Replies

5. Shell Programming and Scripting

Parameter Passing problem

Hi All, I developed a KSH script which will accept two parameters as input. These two parameters are some directories paths. In the script i am validating the number of paramaters it received as below #-------------------------------------- # Check Command line arguments... (8 Replies)
Discussion started by: Raamc
8 Replies

6. Shell Programming and Scripting

Passing asterisk As A Parameter

I have written a Shell Script Program which accepts 3 parameters as shown below: ./calc 20 + 2 in the above line ./calc is the Shell Script itself with 3 parameters, namely: 20 + and 2. Well, now let's look inside the Script: result=$1$2$3 echo $result The output will be as... (8 Replies)
Discussion started by: indiansoil
8 Replies

7. Shell Programming and Scripting

wrong parameter passing!

Hi all I have a script which will take input as filename and passes it to a java program. It is as follows -------------------------------- FILENAME=$1 echo $FILENAME ${JAVA_HOME}/bin/java -cp DateProvider $FILENAME ------------------------------------------------- when I execute the same... (2 Replies)
Discussion started by: malle
2 Replies

8. Programming

Passing parameter to makefile?

Hi, How to pass parameter to makefile? Please let me know if any one knows and also please put an example of makefile with this feature. thanks, Manju. (3 Replies)
Discussion started by: manju_p
3 Replies

9. UNIX for Advanced & Expert Users

Parameter passing in a function

I need to pass a parameter to a function in a script. My parameter is a string. When I display the parameter within my function, I only get the first word from string I pass in. How can I make the function receive the whole string (and not terminate at the first space it encounters)?. part of... (2 Replies)
Discussion started by: fastgoon
2 Replies

10. Shell Programming and Scripting

parameter passing

Hallo everyone, This is my problem below: /home/cerebrus/pax=>vat class2.sh ksh: vat: not found /home/cerebrus/pax=>cat class2.sh #!/bin/ksh set -x bdf|grep appsdev|awk '{ print $5 }'> class3 dd={cat class3} echo $dd /home/cerebrus/pax=> /home/cerebrus/pax=>./class2.sh + bdf +... (8 Replies)
Discussion started by: kekanap
8 Replies
Login or Register to Ask a Question
HARUPAGE(3)								 1							       HARUPAGE(3)

The HaruPage class

INTRODUCTION
Haru PDF Page Class. CLASS SYNOPSIS
HaruPage HaruPage Methods o bool HaruPage::arc (float $x, float $y, float $ray, float $ang1, float $ang2) o bool HaruPage::beginText (void ) o bool HaruPage::circle (float $x, float $y, float $ray) o bool HaruPage::closePath (void ) o bool HaruPage::concat (float $a, float $b, float $c, float $d, float $x, float $y) o object HaruPage::createDestination (void ) o object HaruPage::createLinkAnnotation (array $rectangle, object $destination) o object HaruPage::createTextAnnotation (array $rectangle, string $text, [object $encoder]) o object HaruPage::createURLAnnotation (array $rectangle, string $url) o bool HaruPage::curveTo2 (float $x2, float $y2, float $x3, float $y3) o bool HaruPage::curveTo3 (float $x1, float $y1, float $x3, float $y3) o bool HaruPage::curveTo (float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) o bool HaruPage::drawImage (object $image, float $x, float $y, float $width, float $height) o bool HaruPage::ellipse (float $x, float $y, float $xray, float $yray) o bool HaruPage::endPath (void ) o bool HaruPage::endText (void ) o bool HaruPage::eofill (void ) o bool HaruPage::eoFillStroke ([bool $close_path = false]) o bool HaruPage::fill (void ) o bool HaruPage::fillStroke ([bool $close_path = false]) o float HaruPage::getCharSpace (void ) o array HaruPage::getCMYKFill (void ) o array HaruPage::getCMYKStroke (void ) o object HaruPage::getCurrentFont (void ) o float HaruPage::getCurrentFontSize (void ) o array HaruPage::getCurrentPos (void ) o array HaruPage::getCurrentTextPos (void ) o array HaruPage::getDash (void ) o int HaruPage::getFillingColorSpace (void ) o float HaruPage::getFlatness (void ) o int HaruPage::getGMode (void ) o float HaruPage::getGrayFill (void ) o float HaruPage::getGrayStroke (void ) o float HaruPage::getHeight (void ) o float HaruPage::getHorizontalScaling (void ) o int HaruPage::getLineCap (void ) o int HaruPage::getLineJoin (void ) o float HaruPage::getLineWidth (void ) o float HaruPage::getMiterLimit (void ) o array HaruPage::getRGBFill (void ) o array HaruPage::getRGBStroke (void ) o int HaruPage::getStrokingColorSpace (void ) o float HaruPage::getTextLeading (void ) o array HaruPage::getTextMatrix (void ) o int HaruPage::getTextRenderingMode (void ) o float HaruPage::getTextRise (void ) o float HaruPage::getTextWidth (string $text) o array HaruPage::getTransMatrix (void ) o float HaruPage::getWidth (void ) o float HaruPage::getWordSpace (void ) o bool HaruPage::lineTo (float $x, float $y) o int HaruPage::measureText (string $text, float $width, [bool $wordwrap = false]) o bool HaruPage::moveTextPos (float $x, float $y, [bool $set_leading = false]) o bool HaruPage::moveTo (float $x, float $y) o bool HaruPage::moveToNextLine (void ) o bool HaruPage::rectangle (float $x, float $y, float $width, float $height) o bool HaruPage::setCharSpace (float $char_space) o bool HaruPage::setCMYKFill (float $c, float $m, float $y, float $k) o bool HaruPage::setCMYKStroke (float $c, float $m, float $y, float $k) o bool HaruPage::setDash (array $pattern, int $phase) o bool HaruPage::setFlatness (float $flatness) o bool HaruPage::setFontAndSize (object $font, float $size) o bool HaruPage::setGrayFill (float $value) o bool HaruPage::setGrayStroke (float $value) o bool HaruPage::setHeight (float $height) o bool HaruPage::setHorizontalScaling (float $scaling) o bool HaruPage::setLineCap (int $cap) o bool HaruPage::setLineJoin (int $join) o bool HaruPage::setLineWidth (float $width) o bool HaruPage::setMiterLimit (float $limit) o bool HaruPage::setRGBFill (float $r, float $g, float $b) o bool HaruPage::setRGBStroke (float $r, float $g, float $b) o bool HaruPage::setRotate (int $angle) o bool HaruPage::setSize (int $size, int $direction) o bool HaruPage::setSlideShow (int $type, float $disp_time, float $trans_time) o bool HaruPage::setTextLeading (float $text_leading) o bool HaruPage::setTextMatrix (float $a, float $b, float $c, float $d, float $x, float $y) o bool HaruPage::setTextRenderingMode (int $mode) o bool HaruPage::setTextRise (float $rise) o bool HaruPage::setWidth (float $width) o bool HaruPage::setWordSpace (float $word_space) o bool HaruPage::showText (string $text) o bool HaruPage::showTextNextLine (string $text, [float $word_space], [float $char_space]) o bool HaruPage::stroke ([bool $close_path = false]) o bool HaruPage::textOut (float $x, float $y, string $text) o bool HaruPage::textRect (float $left, float $top, float $right, float $bottom, string $text, [int $align = HaruPage::TALIGN_LEFT]) PREDEFINED CONSTANTS
PHP Documentation Group HARUPAGE(3)