「Functions」を含むwiki一覧 - 2ページ

IIf - Basicsoftのうぃき

", 1 / 0)Division by zeroSee also Test Control Structures & Functions

Html- - Basicsoftのうぃき

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

Hour - Basicsoftのうぃき

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

INPUT FROM - Basicsoftのうぃき

INPUT FROM INPUT FROM Stream デフォルトの標準入力をストリームStreamにリダイレクトします。デフォルトの標準入力は、ストリーム引数を指定しないと、INPUT, READ, LINE INPUT, Eof 、および L

FromBase64- - Basicsoftのうぃき

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

IsDate - Basicsoftのうぃき

ng ) As Boolean 文字列をDate値として安全に解釈できるかどうかを返します。See also Datatype Functions

IsBoolean - Basicsoftのうぃき

たは "False"の文字列が翻訳されている場合は、その翻訳が使用されます。 See also Datatype Functions

Frac - Basicsoftのうぃき

99, 12, 13, 14, 20, 00)))0.59722222201514:20:00See also Arithmetical Functions

Dir - Basicsoftのうぃき

;, gb.Directory)Print directoryNameNextSee also File & Directory Functions File & Directory Paths

Deg - Basicsoftのうぃき

ラジアンを度に変換します。ExamplesPrint Deg(Pi / 2)90See also Trigonometric Functions

DFree - Basicsoftのうぃき

32バイトを超える可能性があるため、(長い)Long制限を使用してください。See also File & Directory Functions

DEC - Basicsoftのうぃき

X, Y] = PiDec A[X, Y]Print A[X, Y]2.14159265359See also Arithmetical Functions Assignment Operators INC

Exist - Basicsoftのうぃき

t("home/benoit/windows")FalseSee also File & Directory Functions File & Directory Paths

Eof - Basicsoftのうぃき

Eof Result = Eof ( [ Stream AS Stream ] ) AS Boolean ストリームの終わりに達した場合はTRUE を返します。Streamが指定されていない場合は、標準入力が使用されます。例として LINE INP

Exp2 - Basicsoftのうぃき

を計算します。ExamplesPrint Exp2(4)16See also Logarithms & Exponentials Functions

FLUSH - Basicsoftのうぃき

FLUSH FLUSH [ [ # ] Stream ] バッファリングされたストリームの出力をフラッシュします。ストリームが指定されていない場合は、開かれているすべてのストリームがフラッシュされます。 バッファリングされたストリー

Floor - Basicsoftのうぃき

NumberがFloat の場合、その関数は Int の同義語です。See also Ceil Int Arithmetical Functions

Fix - Basicsoftのうぃき

i)-3Fixと Int の動作は、正数に対して同じで、負数に対しては異なります。See also Int Arithmetical Functions

Expm - Basicsoftのうぃき

mberがゼロに近いときに精度を維持することになっています。See also Logarithms & Exponentials Functions

Exp10 - Basicsoftのうぃき

ます。ExamplesPrint Exp10(4)10000See also Logarithms & Exponentials Functions

Exp - Basicsoftのうぃき

2.7182818284592 7.389056098931See also Logarithms & Exponentials Functions

IsFloat - Basicsoftのうぃき

ing ) AS Boolean 文字列が浮動小数点値として安全に解釈できる場合に返します。See also Datatype Functions

IsInteger - Basicsoftのうぃき

g ) As Boolean 文字列が整数として安全に解釈されることができるならば戻ります。See also Datatype Functions

MEMORY - Basicsoftのうぃき

MEMORY Stream = MEMORY Pointer [ FOR [ READ ] [ WRITE ] ] メモリからバイナリデータを直接読み取ること、またはメモリにバイナリデータを書き込むことを可能にするストリームを作成します。 READ

Lsr - Basicsoftのうぃき

0111111111111111111111111111101 1073741821See also Bits Manipulation Functions Logical Operators

LTrim- - Basicsoftのうぃき

quot; Gambas "); ">"<Gambas >See also String Functions RTrim$ Trim$

Lsl - Basicsoftのうぃき

1010000000000000000000000000000 1342177280See also Bits Manipulation Functions Logical Operators

Mid- - Basicsoftのうぃき

& Expression & Mid$(Variable, Start + Length)See also String Functions

Logp - Basicsoftのうぃき

mberがゼロに近いときに精度を維持することになっています。See also Logarithms & Exponentials Functions

Method Declaration - Basicsoftのうぃき

... END これは手続き、すなわち何も返さないメソッドを宣言します。ENDキーワードはプロシージャの終わりを示します。Functions [ FAST ] [ STATIC ] { PUBLIC | PRIVATE } { FUNCTION

Min - Basicsoftのうぃき

n(Now, CDate("01/01/1900"))01/01/1900See also Arithmetical Functions

Log - Basicsoftのうぃき

.43398720448541 3.713572066704See also Logarithms & Exponentials Functions

Oct- - Basicsoftのうぃき

Oct$ Since3.10 String = Oct$ ( Number [ , Digits ] ) 数値の8進表現を取得します。Digitsが指定されている場合は、数字の桁数が返されるように、表現に不要なゼロが埋め込まれます。Examples

MOVE - Basicsoftのうぃき

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

Now - Basicsoftのうぃき

と時刻を返します。ExamplePrint Now07/21/2005 18:28:01See also Date & Time Functions

MKDIR - Basicsoftのうぃき

み取り専用ファイルシステム上のファイルを参照します。 See also File & Directory Functions