検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 714 for float (0.005 sec.)
変数の型が float かどうか調べる 6383
« is_double is_int » PHP Manual 変数操作 関数 変数の型が float かどうか調べる is_float (PHP 4, P ... HP 5, PHP 7, PHP 8) is_float — 変数の型が float かどうか調べる 説明 is_float ( ... mixed $value ): bool 与えられた変数の型が float かどうかを調べます。 注意 : 変数が数値もしくは数値 ... パラメータ value 評価する変数 戻り値 もし value が float 型 の場合 true 、 そうでない場合は false を返します ... 。 例 例1 is_float() の例 var_dump(is_float(27.25)); var_dump(is_floa ...
https://man.plustar.jp/php/function.is-float.html - [similar]
定義済み定数 6166
« リソース型 OpenAL 関数 » PHP Manual OpenAL 定義済み定数 定義済み定数 以下の定数が定義されていま ... 定 (Integer) AL_PITCH ( int ) ソース/リスナー 設定 (Float) AL_GAIN ( int ) ソース/リスナー 設定 (Float) AL_M ... IN_GAIN ( int ) ソース/リスナー 設定 (Float) AL_MAX_GAIN ( int ) ソース/リスナー 設定 (Float) ... AL_MAX_DISTANCE ( int ) ソース/リスナー 設定 (Float) AL_ROLLOFF_FACTOR ( int ) ソース/リスナー 設定 (F ... ) AL_CONE_OUTER_GAIN ( int ) ソース/リスナー 設定 (Float) AL_CONE_INNER_ANGLE ( int ) ソース/リスナー 設定 ...
https://man.plustar.jp/php/openal.constants.html - [similar]
変数の float 値を取得する 6062
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4 ... .2.0, PHP 5, PHP 7, PHP 8) floatval — 変数の float 値を取得する 説明 floatval ( mix ... ed $value ): float value の float 値を返します。 パラメータ value あら ... ゆるスカラ型を指定できます。オブジェクトに floatval() を使用することはできません。 その場合は E_NOT ... エラーを発して 1 を返します。 戻り値 指定した変数の float 値を返します。 空の配列の場合は 0、空でない配列の場 ...
https://man.plustar.jp/php/function.floatval.html - [similar]
Parabolic SAR - Extended 5518
« trader_sar trader_set_compat » PHP Manual Trader 関数 Parabolic SAR - Extended trader_sarext ( ... ed 説明 trader_sarext ( array $high , array $low , float $startValue = ? , float $offsetOnReverse = ? , flo ... at $accelerationInitLong = ? , float $accelerationLong = ? , float $accelerationMaxLong ... = ? , float $accelerationInitShort = ? , float $accelerationSh ... ort = ? , float $accelerationMaxShort = ? ): array パラメータ high ...
https://man.plustar.jp/php/function.trader-sarext.html - [similar]
Represents dimensions (width, height) 5490
« UI\Point::setY UI\Size::__construct » PHP Manual UI Represents dimensions (width, height) Repr ... $ height ; /* Constructor */ public __construct ( float $width , float $height ) /* メソッド */ public get ... Height (): float public getWidth (): float public static of ( float ... of ( UI\Point $point ): UI\Size public setHeight ( float $size ) public setWidth ( float $size ) } プロパテ ... height , Size , public , Represents , dimensions , float , size , construct , Point ...
https://man.plustar.jp/php/class.ui-size.html - [similar]
IEEE 754 に従い、数値の除算を行う 5469
« expm1 floor » PHP Manual Math 関数 IEEE 754 に従い、数値の除算を行う fdiv (PHP 8) fdiv — IEEE ... 754 に従い、数値の除算を行う 説明 fdiv ( float $num1 , float $num2 ): float num1 を num2 で割った ... () を使う <?php var_dump ( fdiv ( 5.7 , 1.3 )); // float(4.384615384615385) var_dump ( fdiv ( 4 , 2 )); // ... float(2) var_dump ( fdiv ( 1.0 , 0.0 )); // float(INF) var_dump ( fdiv (- 1.0 , 0.0 )); // float(-IN ... F) var_dump ( fdiv ( 0.0 , 0.0 )); // float(NAN) ?> 参考 / - 浮動小数点数の除算 intdiv() - 整数 ...
https://man.plustar.jp/php/function.fdiv.html - [similar]
Represents a position (x,y) 5441
« インストール手順 UI\Point::at » PHP Manual UI Represents a position (x,y) Represents a positio ... ublic $ y ; /* Constructor */ public __construct ( float $x , float $y ) /* メソッド */ public static at ( ... tic at ( UI\Size $size ): UI\Point public getX (): float public getY (): float public setX ( float $point ) ... public setY ( float $point ) } プロパティ x Holds the X co-ordinate, c ... et Y 関連キーワード: Point , public , Represents , float , x , y , a , co , Set , Size ...
https://man.plustar.jp/php/class.ui-point.html - [similar]
is_float のエイリアス 5385
« is_countable is_float » PHP Manual 変数操作 関数 is_float のエイリアス is_double (PHP 4, PHP 5 ... , PHP 7, PHP 8) is_double — is_float() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 is_float() . 関連キーワード: float , 関数 , countable , 変数 ...
https://man.plustar.jp/php/function.is-double.html - [similar]
楕円を画像上に描く 5385
« GmagickDraw::bezier GmagickDraw::getfillcolor » PHP Manual GmagickDraw 楕円を画像上に描く Gmag ... 円を画像上に描く 説明 public GmagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $s ... tart , float $end ): GmagickDraw 楕円を画像上に描きます。 パラメ ... します。 関連キーワード: 楕円 , 画像 , GmagickDraw , float , ellipse , 角度 , 半径 , 方向 , 座標 , 原点 ...
https://man.plustar.jp/php/gmagickdraw.ellipse.html - [similar]
ImagickPixel クラス 5357
« ImagickDraw::translate ImagickPixel::clear » PHP Manual ImageMagick ImagickPixel クラス Imagic ... tum (): array public getColorValue ( int $color ): float public getColorValueQuantum ( int $color ): int | ... int public isPixelSimilar ( ImagickPixel $color , float $fuzz ): bool public isPixelSimilarQuantum ( strin ... ? ): bool public isSimilar ( ImagickPixel $color , float $fuzz ): bool public setColor ( string $color ): b ... rCount ): bool public setColorValue ( int $color , float $value ): bool public setColorValueQuantum ( int $ ...
https://man.plustar.jp/php/class.imagickpixel.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT