C# (CSharp) Microsoft.R.Core.AST.Operands Namespace

Classes

Name Description
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)'