bigloo.foreign.REALP C# (CSharp) Method

REALP() public static method

public static REALP ( Object o ) : bool
o Object
return bool
        public static bool REALP( Object  o )
        {
            return (o is real);
        }
foreign