Class Bit_uint1
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: BnkExtractor.Ww2ogg
Assembly: BnkExtractor.dll
Syntax
public class Bit_uint1 : Bit_uint
Constructors
| Improve this Doc View SourceBit_uint1()
Declaration
public Bit_uint1()
Bit_uint1(UInt32)
Declaration
public Bit_uint1(uint v)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | v |
Operators
| Improve this Doc View SourceImplicit(Bit_uint1 to Boolean)
Convert to boolean where 0 is false and 1 is true
Declaration
public static implicit operator bool (Bit_uint1 value)
Parameters
Type | Name | Description |
---|---|---|
Bit_uint1 | value | The value to be converted |
Returns
Type | Description |
---|---|
System.Boolean |