コード例 #1
0
    public void Test_Bool()
    {
        ulong posValue  = 2;
        ulong zeroValue = 0;

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