青年中文青年中文

numeric string的意思

numeric string中文翻譯:

[計]數字串

相似詞語短語

numeric───adj.數值的(等于numerical);數字的;n.數;數字

string───n.線,弦,細繩;一串,一行;vt.懸掛;系;扎;用線(或細繩等)串,把……連在一起

numeric formats───數字格式

append string───追加字符串

unending string───永無止境的弦

looped string───循環字符串

tie string───系繩

string art───弦樂藝術

search string───[醫]搜索字符串

雙語使用場景

string.trunc([n]) Truncates the numeric string 123.456.trunc(2) returns 123.45───trunc([n]) 截斷數字字符串 123.456.trunc(2) 返回 123.45

string.format([before[,after[,places[,digits[,form]]]]]) Formats a numeric string 13.467.format(2,2,3) returns "01.35E+001"───format([before[,after[,places[,digits[,form]]]]]) 對數字字符串進行格式化 13.467.format(2,2,3) 返回 "01.35E+001"

Specifies the unique numeric string that identifies the server session.───指定唯一的數字串來識別服務器會話。

Add the number of leading zeros that you want to include in the formatted string to the length of the unpadded numeric string.───將您要包含在格式化字串中的前置字元零數目加上未經填補之數值字串的長度。

Note: PHP will evaluate a non-numeric string as 0, but still return the string if it's seen as the numerically highest value.───注:PHP會將非數值的string當成0,但如果這個正是最大的數值則仍然會返回一個字符串。

Describes the numeric, string, and Boolean literals that the expression evaluator supports.───說明表達式計算器支持的數值、字符串和布爾文字。

Truncates (removes) the leftmost characters in a text or numeric string and leaves the 5 rightmost characters.───截斷(刪除)文本或數字字符串中最左側的字符,保留最右邊的5個字符。

NUMERIC_STRING is another column option that affects performance.───NUMERIC_STRING是另一個對性能有影響的列選項。

If you are formatting a nonlocalized numeric string, you should use a user-defined numeric format to ensure that you get the look you want.───如果格式化未本地化的數值字符串,則應使用用戶定義的數值格式,以確保獲得想要的外觀。

英語使用場景

Specifies the unique numeric string that identifies the multilink session.

Add the number of leading zeros that you want to include in the formatted string to the length of the unpadded numeric string.

Two applications (App1 and App2) are accessing data in a Backing Map called "Account Bal," which contains account balances and uses the account number (a four-digit numeric string) as its key.

Determine the number of digits to the left of the decimal in the unpadded numeric string.

Write a regular expression that will return the decimal part of a numeric string. For extra credit, your expression should fail if the string contains anything other than a number.