Struct NativeBool
Blittable論理型定義
Inherited Members
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 |