「functions」を含むwiki一覧 - 6ページ

Fallout_4_settlements - Fallout Wiki

tlements require constant maintenance with NPCs tending to more basic functions such as crop harvesting. However, without this, crops will f

T-51_power_armor - Fallout Wiki

Fallout 4, and is now reliant on fusion cores for the majority of its functions, along with a functioning headlamp and multiple other modifi

氷川_いおな - プリキュア Wiki

rpiece with a ribbon flowing out of it on the left side. Her bow also functions as a glowing pair of purple wings.As civilian, her hair is s

Valley_Gang - Movies Wiki

Polar Bear: A polar bear who dresses in a sleeveless ugly sweater who functions as a henchman. He took charge of the kidnappings with Bob th

スクリプターズカフェ/ログ/llDetectedTouchColor - セカンドライフWiki

を取得したい」という要望がPJIRAに上がっているようです。SVC-2776 Add color to the DetectedTouch functions.タッチした箇所の「色」と言っても、その面に貼られているテクスチャのピクセル上の色なのか、レンダリング後の色なのかで意味が

JIRA_info - セカンドライフWiki

文字列を扱うファンクションではバイト数制限ではなく文字数制限にするべき[]JIRA Page: Switch limited string functions to limit by number of characters rather than bytesSVC-1416の関

LSL関数 - セカンドライフWiki

ng,llSubStringIndex00Agent & Avatar,ControlsllTakeControlsThe control functions allow an object to respond to user interface input that norm

Rand - Basicsoftのうぃき

Rand Since3.6 Integer = Rand ( Min [ , Max ] ) 疑似乱数整数を計算します。 1つのパラメータが指定されている場合、[0、Min]の範囲で疑似乱数を返します。 両方のパラメータが指定されている場合は、[M

SizeOf - Basicsoftのうぃき

SizeOf Size = SizeOf ( Datatype ) 特定のデータ型を格納するために使用されているメモリを返します。データ型は、次の定数のいずれかになります。 Datatype Constant

Sin - Basicsoftのうぃき

Sin Value = Sin ( Angle AS Float ) 角度のサインを計算します。 結果は-1から1の範囲です。角度はラジアンで指定されます。ExamplesPrint Sin(Pi / 2)1Dim DegreeAngle, Rad

Sinh - Basicsoftのうぃき

Sinh Value = Sinh ( Number AS Float ) 数値の双曲線サインを計算します。ExamplesPrint Sinh(1)1.175201193644See also Trigonometric

Shr - Basicsoftのうぃき

Shr Value = Shr ( Number , Bit ) ビット数だけ右にシフトした数値を返します。 数の符号は守られます。Numberのタイプは、Byte、Short、Integer、またはLongのいずれかです。Bitの有効範囲は、Nu

Split - Basicsoftのうぃき

Split StringArray = Split ( String [ , Separators , Escape , IgnoreVoid , KeepEscape ] ) 文字列を区切り文字とエスケープ文字で区切られた部分文字列に分割します。

Shl - Basicsoftのうぃき

Shl Value = Shl ( Number , Bit ) ビット数だけ左にシフトした数値を返します。 数の符号は守られます。Numberのタイプは、Byte、Short、Integer、またはLongのいずれかです。Bitの有効範囲は、Nu

Space- - Basicsoftのうぃき

Space$ String = Space$ ( Length AS Integer ) Lengthスペースを含む文字列を返します。ExamplesPrint "<"; Space$(8); ">&quo

Sqr - Basicsoftのうぃき

Sqr Value = Sqr ( Number ) 数値の平方根を計算します。 この数はゼロ以上でなければなりません。Errors Message Description Mathematical error

SELECT - Basicsoftのうぃき

SELECT SELECT [ CASE ] Expression [ CASE [ Expression ] [ TO Expression #2 ] [ , ... ] ... ] [ CASE [ Expression ] [ TO Exp

Temp- - Basicsoftのうぃき

Temp$ File name = Temp$( [ Prefix ] ) File name = Temp( [ Prefix ] ) 一時ファイルのパスを返します。パスの形式は以下のとおりです。 /tmp/gam

Tan - Basicsoftのうぃき

Tan Value = Tan ( Angle ) 角度の正接を計算します。角度はラジアンで指定されます。ExamplePrint Tan(Pi / 4)1See also Trigonometric Functions

Tanh - Basicsoftのうぃき

Tanh Value = Tanh ( Number ) 数値の双曲線正接を計算します。ExamplePrint Tanh(1)0.655794202633See also Trigonometric Functions

String Operators - Basicsoftのうぃき

String Operators 連結 String & String 2つの文字列を連結します。 String &/ String ファイル名を含む2つの文字列を連結します。 必要に応じて、2つの文字列の間にパス区切り文字

Stat - Basicsoftのうぃき

Stat FileInfo = Stat ( Path [ , FollowLink ] ) ファイルまたはディレクトリに関する情報をStatオブジェクトとして返します。 ファイルの種類、つまり通常のファイル、ディレクトリ、名前付きパイプの場合 F

String- - Basicsoftのうぃき

String$ String = String$ ( Length AS Integer , Pattern AS String ) LengthにPatternを掛けた文字列を返します。ExamplesPrint String$(12, &quo

Sgn - Basicsoftのうぃき

Sgn Sign = Sgn ( Number AS Float ) 数値の符号を返します。 数がゼロの場合、ゼロを返します。 数値が厳密に正の数の場合は、整数+1を返します。 数値が厳密に負の数の場合、整数-1が返されます。ExamplesPri

SEEK - Basicsoftのうぃき

ルの終わりまで100バイト移動するSeek #hFile, -100See also Stream & Input/Output functions Stream

Trim- - Basicsoftのうぃき

Trim$ Result = Trim$ ( Expr ) Result = Trim ( Expr ) 文字列Exprの左と右から空白を削除します。空白とは、ASCIIコードが32より厳密に小さい任意の文字です。 Expr文字

RInStr - Basicsoftのうぃき

RInStr Position = RInStr ( String AS String , Substring AS String [ , Start AS Integer , Comparison AS Integer ] ) String内で最

Replace- - Basicsoftのうぃき

Replace$ Result = Replace$ ( String , Pattern , ReplaceString [ , Comparison ] ) Result = Replace ( String , Pattern , ReplaceS

Right- - Basicsoftのうぃき

Right$ Result = Right$ ( String AS String [ , Length AS Integer ] ) Result = Right ( String AS String [ , Length AS Integer ] )

READ - Basicsoftのうぃき

わりにMEMORY命令を使用してメモリストリームを作成します。 See also Stream & Input/Output functions Stream.ByteOrder Binary Data Representation External F

Rnd - Basicsoftのうぃき

Rnd Float = Rnd ( [ Min [ , Max ] ] ) 疑似乱数浮動小数点数を計算します。 パラメータが指定されていない場合は、区間[0、1 [内の擬似乱数を返します。 パラメータを1つだけ指定した場合は、[0、Min [の区間

RDir - Basicsoftのうぃき

RDir FileNameArray = RDir ( Directory AS String [ , Pattern AS String , Filter AS Integer , FollowLink AS Boolean ] ) AS String[]

RMDIR - Basicsoftのうぃき

RMDIR RMDIR Path Pathで指定されたディレクトリを削除します。ディレクトリは空でなければなりません。See also File & Directory Functions

Rol - Basicsoftのうぃき

Rol Value = Rol ( Number , Bit ) 左に回転させたビットビットで数値を返します。Numberのタイプは、Byte、Short、Integer、またはLongのいずれかです。Bitの有効範囲は、N

Seek - Basicsoftのうぃき

ポインタを持っていません:Process、Socket、... See also Stream & Input/Output functions Stream

Second - Basicsoftのうぃき

Second Result = Second ( Date AS Date ) AS Integer ローカルタイムゾーンのDate値の秒を返します。ExamplesPrint Now; " -> "; Second(No

Scan - Basicsoftのうぃき

Scan StringArray = Scan ( String AS String , Pattern AS String ) 文字列をパターンと照合し、 '*'総称文字に関連付けられているすべての文字列の配列を返します。 文字列

SConv- - Basicsoftのうぃき

SConv$ ConvertedString = SConv$ ( String AS String ) ConvertedString = SConv ( String AS String ) Desktop.Charset(UTF-8)か

RTrim- - Basicsoftのうぃき

RTrim$ sResult = RTrim$ ( sExpr AS String ) AS String sResult = RTrim ( sExpr AS String ) AS String 文字列sExprの右側から空白を削除します。

Ror - Basicsoftのうぃき

Ror Value = Ror ( Number , Bit ) ビットを右に回転させてNumberを返します。Numberのタイプは、Byte、Short、Integer、またはLongのいずれかです。Bitの有効範囲は、

Round - Basicsoftのうぃき

Round Value = Round ( Number [ , Digits ] ) Digitsが指定されていない場合、数値を最も近い整数に丸めます。数字が指定されている場合は、10 ^桁に丸められます。ExamplesPrint Round(

Timer - Basicsoftのうぃき

Timer Time = Timer [ () ] プログラムの先頭からの経過秒数を浮動小数点数として返します。 この関数はシステムタイマーを使用するので、システムクロックが設定されている場合、その戻り値は影響を受けます。 root

TypeOf - Basicsoftのうぃき

TypeOf Type = TypeOf ( Expression ) 式の型を整数値として返します。戻り値は、次の定数のうちの1つです。 Expression type Return value NULL