翻訳と辞書
Words near each other
・ III Corps (Australia)
・ III Corps (Bundeswehr)
・ III Corps (German Empire)
・ III Corps (Grande Armée)
・ III Corps (India)
・ III Corps (North Korea)
・ III Corps (Ottoman Empire)
・ III Corps (South Korea)
・ III Corps (South Vietnam)
・ III Corps (Union Army)
・ III Corps (United Kingdom)
・ Iie Sumirat
・ IIED
・ IIES
・ IIF
IIf
・ IIFA
・ IIFA Award for Best Action
・ IIFA Award for Best Actor
・ IIFA Award for Best Actress
・ IIFA Award for Best Art Direction
・ IIFA Award for Best Background Score
・ IIFA Award for Best Choreography
・ IIFA Award for Best Cinematography
・ IIFA Award for Best Costume Design
・ IIFA Award for Best Dialogue
・ IIFA Award for Best Director
・ IIFA Award for Best Editing
・ IIFA Award for Best Female Playback
・ IIFA Award for Best Lyricist


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

IIf : ウィキペディア英語版
IIf

In computing, IIf (an abbreviation for Immediate if〔(【引用サイトリンク】title=How to Use the IIf() (Immediate If) Function )〕) is a function in several editions of the Visual Basic programming language and ColdFusion Markup Language (CFML), and on spreadsheets that returns the second or third parameter based on the evaluation of the first parameter. It is an example of a conditional expression, which is similar to a conditional statement.
==Syntax==
The syntax of the IIf function is as follows:
IIf(''expr'', ''truepart'', ''falsepart'')
All three parameters are required:
* ''expr'' is the expression that is to be evaluated.
* ''truepart'' defines what the IIf function returns if the evaluation of ''expr'' returns true.
* ''falsepart'' defines what the IIf function returns if the evaluation of ''expr'' returns false.
Many languages have an operator to accomplish the same purpose, generally referred to as a conditional operator (or, less accurately, as a ternary operator); the best known is ?:, as used in C, C++, and related languages. Some of the problems with the IIf function, as discussed later, do not exist with a conditional operator, because the language is free to examine the type and delay evaluation of the operands, as opposed to simply passing them to a library function.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「IIf」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.