CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct NativeBool

    Blittable論理型定義

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare.InteropHelpers
    Assembly: CriWare.CriBase.dll
    Syntax
    [Serializable]
    public struct NativeBool
    Remarks

    CRIWAREネイティブと同じbit幅を持つbool値です。 boolに対して双方向のキャストが可能です。

    Operators

    implicit operator bool(NativeBool)

    boolへのキャスト

    Declaration
    public static implicit operator bool(NativeBool native)
    Parameters
    Type Name Description
    NativeBool native
    Returns
    Type Description
    bool

    implicit operator NativeBool(bool)

    boolからのキャスト

    Declaration
    public static implicit operator NativeBool(bool val)
    Parameters
    Type Name Description
    bool val
    Returns
    Type Description
    NativeBool
    In this article
    Back to top Generated by DocFX