bigloo.foreign.BBOOL C# (CSharp) Method

BBOOL() public static method

public static BBOOL ( bool b ) : bbool
b bool
return bbool
        public static bbool BBOOL( bool  b )
        {
            return (b ? bbool.vrai : bbool.faux);
        }
foreign