Show / Hide Table of Contents

Class FdlCLikeBooleanExpressionEvaluator

Converts a Boolean expression into an integer value that can be used in subsequent numerical operations.

Inheritance
System.Object
FdlCLikeBooleanExpressionEvaluator
Namespace: MESL.SqlRace.Domain.Functions.Fdl
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class FdlCLikeBooleanExpressionEvaluator : Object

Methods

Evaluate(Boolean)

Evaluates the specified value.

Declaration
public static int Evaluate(bool value)
Parameters
Type Name Description
System.Boolean value

if set to true [value].

Returns
Type Description
System.Int32

1 if value is equal to [true]; 0 otherwise

Back to top Generated by DocFX