예제 #1
0
    public static void Test_Bool()
    {
        uint posValue  = 2;
        uint zeroValue = 0;

        Debug.Assert(posValue.Bool());
        Debug.Assert(!zeroValue.Bool());
    }