C# (CSharp) Microsoft.R.Core.AST.Operands 네임스페이스

클래스들

이름 설명
InlineIf Represents inline conditonal which is basically a scope-less if/else statement but in the inline case it acts like a function call and hence can be used as an operand in function calls and other expressions such as 'func(if (a > b) x else y, c, d = 0)'