「also」を含むwiki一覧 - 37ページ

Hyp - Basicsoftのうぃき

れはMagと同じ機能です。ExamplesPrint Hyp(1, 1)1.414213562373Print Hyp(3, 4)5See also Trigonometric Functions Mag

IIf - Basicsoftのうぃき

ng.Print If((X Mod 2) = 1, "odd", 1 / 0)Division by zeroSee also Test Control Structures & Functions

Html- - Basicsoftのうぃき

引用符で囲まず、ASCII記号のみを引用します。 つまり、HTMLページはUTF-8エンコーディングを使用する必要があります。 See also String Functions

Free - Basicsoftのうぃき

ree Free ( Pointer ) Alloc によって割り当てられたメモリブロックを解放します。See also External Function Management

FromUrl- - Basicsoftのうぃき

l ( EncodedUrl ) Url = FromUrl$ ( EncodedUrl ) URLをデコードします。See also Url$ String Functions

FromBase64- - Basicsoftのうぃき

64String ) Base64文字列をデコードします。Base64エンコーディングに属さない文字は黙って無視されます。See also Base64$ String Functions

FUNCTION - Basicsoftのうぃき

NCTION このキーワードは、手続きまたは関数宣言を導入するために使用されます。これはPROCEDUREと SUB.の同義語です。See also Method Declaration

Hour - Basicsoftのうぃき

nt Now; " -> "; Hour(Now)05/16/2002 22:31:30 -> 22See also Date & Time Functions

LAST - Basicsoftのうぃき

"Blue"...Public Sub MyButtons_Click()Print Last.TextEndSee also Object & Class Management

Left- - Basicsoftのうぃき

Left$("Gambas")GPrint Left$("Gambas", -1)GambaSee also String Functions

READ - Basicsoftのうぃき

きなくなりました。 2番目の構文を使用する場合は、WRITEの代わりにMEMORY命令を使用してメモリストリームを作成します。 See also Stream & Input/Output functions Stream.ByteOrder Binary

MOVE - Basicsoftのうぃき

あります。 MOVE ... DOWNTO ...はGambas 3.10で導入された非推奨の構文です。 See also File & Directory Functions

Month - Basicsoftのうぃき

nt Now; " -> "; Month(Now)05/16/2002 22:31:30 -> 5See also Date & Time Functions

NEXT - Basicsoftのうぃき

EACH構造体を終了します。 Gambasでは、NEXTステートメントの後にループ変数が続くことはありません。 See also Loop Control Structures

MkSingle- - Basicsoftのうぃき

= MkSingle$ ( Value As Single ) Singleのメモリ表現を4文字の文字列として返します。See also External Function Management Binary Data Representation

NOT - Basicsoftのうぃき

1110100Print Not "Gambas"FalsePrint Not ""TrueSee also Expressions Logical Operators

MOD - Basicsoftのうぃき

not divisible by 5"EndifThe number 563 is not divisible by 5See also Arithmetic Operators DIV

MkShort- - Basicsoftのうぃき

ing = MkShort$ ( Value As Short ) Shortのメモリ表現を2文字の文字列として返します。See also External Function Management Binary Data Representation

NULL - Basicsoftのうぃき

null定数この定数は、nullオブジェクト参照、長さ0の文字列、null日付、または未初期化Variantを表します。See also Language Constants

MkInteger- - Basicsoftのうぃき

ng = MkInteger$ ( Value As Integer ) 整数のメモリ表現を4文字の文字列として返します。See also External Function Management Binary Data Representation

MkFloat- - Basicsoftのうぃき

ing = MkFloat$ ( Value As Float ) Floatのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation

MkLong- - Basicsoftのうぃき

String = MkLong$ ( Value As Long ) Longのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation

MkPointer- - Basicsoftのうぃき

) ポインタのメモリ表現を32ビットシステムでは4文字の文字列として、64ビットシステムでは8文字の文字列として返します。See also External Function Management Binary Data Representation

Now - Basicsoftのうぃき

Now [ ( ) ] 現在の日付と時刻を返します。ExamplePrint Now07/21/2005 18:28:01See also Date & Time Functions

Oct- - Basicsoftのうぃき

ゼロが埋め込まれます。ExamplesPrint Oct$(1972)3664Print Bin$(1972, 8)00003664See also Formatting functions

MkDate- - Basicsoftのうぃき

String = MkDate$ ( Value As Date ) Dateのメモリ表現を8文字の文字列として返します。See also External Function Management Binary Data Representation

Rand - Basicsoftのうぃき

'1から6の間のサイコロを投げます Print "You threw a " & diceEndSee also Rnd Random Numbers Functions

RAISE - Basicsoftのうぃき

言されたイベントを発生させます。イベントハンドラがSTOP EVENTを呼び出した場合にTRUEを受け取るブール変数を指定できます。See also Events declaration Event Management

RDir - Basicsoftのうぃき

r Each File In RDir(Directory, "*.png")Print FileNextEndSee also File & Directory Functions

Quote- - Basicsoftのうぃき

"This is not a \"quoted\"\nmulti-line string."See also UnQuote$ String Functions

Rad - Basicsoftのうぃき

ラジアンに変換します。ExamplesPrint Rad(90)1.570796326795Print Rad(180) - Pi0See also Trigonometric Functions

Pi - Basicsoftのうぃき

、1と見なされます。ExamplesPrint Pi3.14159265359Print Pi(0.5)1.570796326795See also Trigonometric Functions

Pointer- - Basicsoftのうぃき

つ(64ビットシステムでは8つ)の文字を持たない場合、Bad argument(20)エラーが発生するか、未定義の結果が返されます。See also External Function Management

PIPE - Basicsoftのうぃき

ne Input #hFile, sLineIf hFile.EndOfFile Then BreakPrint sLineLoopSee also Stream & Input/Output functions File & Directory Funct

PROCEDURE - Basicsoftのうぃき

PROCEDURE このキーワードは、手続きまたは関数の宣言を導入するために使用されます。SUBとFUNCTIONの同義語です。See also Method Declaration

PROPERTY - Basicsoftのうぃき

PROPERTY このキーワードはクラスプロパティの宣言を開始します。See also Property Declaration

MKDIR - Basicsoftのうぃき

成をサポートしません。 パスは読み取り専用ファイルシステム上のファイルを参照します。 See also File & Directory Functions

MkByte- - Basicsoftのうぃき

String = MkByte$ ( Value As Byte ) Byteのメモリ表現を1文字の文字列として返します。See also External Function Management Binary Data Representation

Tut28:モディファイアで刀身を作る - BlenderのWiki

<<チュートリアル:目次Tut28:刀身を作成するePub形式ファイルのダウンロードは→こちらはじめに 使用バージョン 2.80 beta(デイリービルド) Blenderの操作の仕方やモディファイアーそれぞれについて細かいところは説明しま

LOCK - Basicsoftのうぃき

うとします。遅延は秒単位で表されます(浮動小数点数でもかまいません)。ロックが取得される前に遅延が経過すると、コマンドは失敗します。See also UNLOCK Stream & Input/Output functions

Lof - Basicsoftのうぃき

ot;; Lof(hLAST)' Read them Read #hLAST, sBuffer, Lof(hLAST)EndSee also Stream & Input/Output functions Process

Log2 - Basicsoftのうぃき

数値の2進対数を計算します。Log2(x) = Log(x) / Log(2)ExamplesPrint Log2(16)4See also Logarithms & Exponentials Functions

ME - Basicsoftのうぃき

ton5_Click()Print Me;; LastEnd(Form1 0x80d8090) (Button 0x80fa060)See also Object & Class Management

LINK - Basicsoftのうぃき

レクトリを指すPathという名前のシンボリックリンクを作成します。これはシェルの 'ln -s'コマンドと同じです。See also File & Directory Functions The Linux 'ln' man page

Log - Basicsoftのうぃき

2.39789527279821 3.04452243772331 3.43398720448541 3.713572066704See also Logarithms & Exponentials Functions

LET - Basicsoftのうぃき

LET このキーワードは代入式を導入します。オプションです。See also Assignments