-INF - Basicsoftのうぃき
+INF Since3.1 +INF 正の無限大定数See also -INF Float
+INF Since3.1 +INF 正の無限大定数See also -INF Float
れはMagと同じ機能です。ExamplesPrint Hyp(1, 1)1.414213562373Print Hyp(3, 4)5See also Trigonometric Functions Mag
ng.Print If((X Mod 2) = 1, "odd", 1 / 0)Division by zeroSee also Test Control Structures & Functions
引用符で囲まず、ASCII記号のみを引用します。 つまり、HTMLページはUTF-8エンコーディングを使用する必要があります。 See also String Functions
ree Free ( Pointer ) Alloc によって割り当てられたメモリブロックを解放します。See also External Function Management
l ( EncodedUrl ) Url = FromUrl$ ( EncodedUrl ) URLをデコードします。See also Url$ String Functions
64String ) Base64文字列をデコードします。Base64エンコーディングに属さない文字は黙って無視されます。See also Base64$ String Functions
NCTION このキーワードは、手続きまたは関数宣言を導入するために使用されます。これはPROCEDUREと SUB.の同義語です。See also Method Declaration
nt Now; " -> "; Hour(Now)05/16/2002 22:31:30 -> 22See also Date & Time Functions
"Blue"...Public Sub MyButtons_Click()Print Last.TextEndSee also Object & Class Management
Left$("Gambas")GPrint Left$("Gambas", -1)GambaSee also String Functions
きなくなりました。 2番目の構文を使用する場合は、WRITEの代わりにMEMORY命令を使用してメモリストリームを作成します。 See also Stream & Input/Output functions Stream.ByteOrder Binary
あります。 MOVE ... DOWNTO ...はGambas 3.10で導入された非推奨の構文です。 See also File & Directory Functions
nt Now; " -> "; Month(Now)05/16/2002 22:31:30 -> 5See also Date & Time Functions
EACH構造体を終了します。 Gambasでは、NEXTステートメントの後にループ変数が続くことはありません。 See also Loop Control Structures
= MkSingle$ ( Value As Single ) Singleのメモリ表現を4文字の文字列として返します。See also External Function Management Binary Data Representation
1110100Print Not "Gambas"FalsePrint Not ""TrueSee also Expressions Logical Operators
not divisible by 5"EndifThe number 563 is not divisible by 5See also Arithmetic Operators DIV
ing = MkShort$ ( Value As Short ) Shortのメモリ表現を2文字の文字列として返します。See also External Function Management Binary Data Representation
null定数この定数は、nullオブジェクト参照、長さ0の文字列、null日付、または未初期化Variantを表します。See also Language Constants
ng = MkInteger$ ( Value As Integer ) 整数のメモリ表現を4文字の文字列として返します。See also External Function Management Binary Data Representation
ing = MkFloat$ ( Value As Float ) Floatのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation
String = MkLong$ ( Value As Long ) Longのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation
) ポインタのメモリ表現を32ビットシステムでは4文字の文字列として、64ビットシステムでは8文字の文字列として返します。See also External Function Management Binary Data Representation
Now [ ( ) ] 現在の日付と時刻を返します。ExamplePrint Now07/21/2005 18:28:01See also Date & Time Functions
ゼロが埋め込まれます。ExamplesPrint Oct$(1972)3664Print Bin$(1972, 8)00003664See also Formatting functions
String = MkDate$ ( Value As Date ) Dateのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation
'1から6の間のサイコロを投げます Print "You threw a " & diceEndSee also Rnd Random Numbers Functions
言されたイベントを発生させます。イベントハンドラがSTOP EVENTを呼び出した場合にTRUEを受け取るブール変数を指定できます。See also Events declaration Event Management
r Each File In RDir(Directory, "*.png")Print FileNextEndSee also File & Directory Functions
"This is not a \"quoted\"\nmulti-line string."See also UnQuote$ String Functions
ラジアンに変換します。ExamplesPrint Rad(90)1.570796326795Print Rad(180) - Pi0See also Trigonometric Functions
dleプロパティを実装しますFunction Handle_Read() As Integer Return $iHandleEndSee also Method Declaration
、1と見なされます。ExamplesPrint Pi3.14159265359Print Pi(0.5)1.570796326795See also Trigonometric Functions
つ(64ビットシステムでは8つ)の文字を持たない場合、Bad argument(20)エラーが発生するか、未定義の結果が返されます。See also External Function Management
ne Input #hFile, sLineIf hFile.EndOfFile Then BreakPrint sLineLoopSee also Stream & Input/Output functions File & Directory Funct
PROCEDURE このキーワードは、手続きまたは関数の宣言を導入するために使用されます。SUBとFUNCTIONの同義語です。See also Method Declaration
PROPERTY このキーワードはクラスプロパティの宣言を開始します。See also Property Declaration
成をサポートしません。 パスは読み取り専用ファイルシステム上のファイルを参照します。 See also File & Directory Functions
String = MkByte$ ( Value As Byte ) Byteのメモリ表現を1文字の文字列として返します。See also External Function Management Binary Data Representation
<<チュートリアル:目次Tut28:刀身を作成するePub形式ファイルのダウンロードは→こちらはじめに 使用バージョン 2.80 beta(デイリービルド) Blenderの操作の仕方やモディファイアーそれぞれについて細かいところは説明しま
うとします。遅延は秒単位で表されます(浮動小数点数でもかまいません)。ロックが取得される前に遅延が経過すると、コマンドは失敗します。See also UNLOCK Stream & Input/Output functions
Text As String, Matrix As New Float[3, 3]Dim X, Y, W, H As IntegerSee also Array Declaration Using reserved keywords as identifiers Var
ot;; Lof(hLAST)' Read them Read #hLAST, sBuffer, Lof(hLAST)EndSee also Stream & Input/Output functions Process
ng into a number or a date. これらの関数はあなたのプログラムの翻訳とローカライズを扱うのに便利です。See also Localisation and Internationalization
数値の2進対数を計算します。Log2(x) = Log(x) / Log(2)ExamplesPrint Log2(16)4See also Logarithms & Exponentials Functions
ton5_Click()Print Me;; LastEnd(Form1 0x80d8090) (Button 0x80fa060)See also Object & Class Management
レクトリを指すPathという名前のシンボリックリンクを作成します。これはシェルの 'ln -s'コマンドと同じです。See also File & Directory Functions The Linux 'ln' man page
2.39789527279821 3.04452243772331 3.43398720448541 3.713572066704See also Logarithms & Exponentials Functions
LET このキーワードは代入式を導入します。オプションです。See also Assignments