検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 714 for float (0.028 sec.)
緑が一番強い点を設定する 3906
« Imagick::setImageGravity Imagick::setImageIndex » PHP Manual Imagick 緑が一番強い点を設定する ... 設定する 説明 public Imagick::setImageGreenPrimary ( float $x , float $y ): bool 緑が一番強い点を設定します。 ... , Imagick , 緑 , setImageGreenPrimary , imagick , float , エラー , setImageGravity , setImageIndex , publi ...
https://man.plustar.jp/php/imagick.setimagegreenprimary.html - [similar]
赤が一番強い点を設定する 3906
« Imagick::setImageProperty Imagick::setImageRenderingIntent » PHP Manual Imagick 赤が一番強い点 ... を設定する 説明 public Imagick::setImageRedPrimary ( float $x , float $y ): bool 赤が一番強い点を設定します。 ... 設定 , Imagick , 赤 , setImageRedPrimary , imagick , float , エラー , setImageProperty , setImageRenderingInt ...
https://man.plustar.jp/php/imagick.setimageredprimary.html - [similar]
画像の色度が白い点を設定する 3906
« Imagick::setImageVirtualPixelMethod Imagick::setInterlaceScheme » PHP Manual Imagick 画像の色度 ... を設定する 説明 public Imagick::setImageWhitePoint ( float $x , float $y ): bool 画像の色度が白い点を設定しま ... , 設定 , Imagick , setImageWhitePoint , imagick , float , エラー , tImageVirtualPixelMethod , setInterlace ...
https://man.plustar.jp/php/imagick.setimagewhitepoint.html - [similar]
変数の型を取得する 3878
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... 。 "boolean" "integer" "double" (歴史的な理由により float の場合は、 "float" ではなく、 "double" が返されます ... ープから関数としてコール可能な値かどうかを調べる is_float() - 変数の型が float かどうか調べる is_int() - 変数 ... , 取得 , 型 , 関数 , resource , string , gettype , float , type , 検査 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
画像をページに配置する 3878
« ps_open_memory_image ps_rect » PHP Manual PS 関数 画像をページに配置する ps_place_image (PECL ... ps_place_image ( resource $psdoc , int $imageid , float $x , float $y , float $scale ): bool 以前に読み込ま ... を開く 関連キーワード: 画像 , 配置 , ページ , open , float , 座標 , 左下 , file , リソース , scale ...
https://man.plustar.jp/php/function.ps-place-image.html - [similar]
青が一番強い点を設定する 3878
« Gmagick::setimagebackgroundcolor Gmagick::setimagebordercolor » PHP Manual Gmagick 青が一番強い ... 設定する 説明 public Gmagick::setimageblueprimary ( float $x , float $y ): Gmagick 青が一番強い点を設定します ... ワード: 設定 , Gmagick , 青 , setimageblueprimary , float , 座標 , エラー , setimagebackgroundcolor , setima ...
https://man.plustar.jp/php/gmagick.setimageblueprimary.html - [similar]
緑が一番強い点を設定する 3878
« Gmagick::setimagegamma Gmagick::setimageindex » PHP Manual Gmagick 緑が一番強い点を設定する Gm ... 設定する 説明 public Gmagick::setimagegreenprimary ( float $x , float $y ): Gmagick 緑が一番強い点を設定します ... ワード: 設定 , Gmagick , 緑 , setimagegreenprimary , float , 座標 , エラー , setimagegamma , setimageindex , ...
https://man.plustar.jp/php/gmagick.setimagegreenprimary.html - [similar]
画像の解像度を設定する 3878
« Gmagick::setimagerenderingintent Gmagick::setimagescene » PHP Manual Gmagick 画像の解像度を設定 ... を設定する 説明 public Gmagick::setimageresolution ( float $xResolution , float $yResolution ): Gmagick 画像の ... tion , エラー , 方向 , yResolution , xResolution , float ...
https://man.plustar.jp/php/gmagick.setimageresolution.html - [similar]
画像の色度が白い点を設定する 3878
« Gmagick::setimageunits Gmagick::setsamplingfactors » PHP Manual Gmagick 画像の色度が白い点を設 ... を設定する 説明 public Gmagick::setimagewhitepoint ( float $x , float $y ): Gmagick 画像の色度が白い点を設定し ... ワード: 画像 , 設定 , Gmagick , setimagewhitepoint , float , 座標 , エラー , setimageunits , setsamplingfacto ...
https://man.plustar.jp/php/gmagick.setimagewhitepoint.html - [similar]
型の相互変換 3878
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要 ... の一つは、乗算演算子 '*' です。 オペランドのどれかが float の場合、全てのオペランドは float として評価され、結 ... 果は float になります。 その他の場合、オペランドは整数として解 ... 数 (2) です $foo = $foo * 1.3 ; // ここでは、$foo はfloat (2.6) です $foo = 5 * "10 Little Piggies" ; // $fo ... へのキャスト (bool), (boolean) - 論理値へのキャスト (float), (double), (real) - float へのキャスト (string) - ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]