Show / Hide Table of Contents

Class Bit_uint1

Inheritance
System.Object
Bit_uint
Bit_uint1
Inherited Members
Bit_uint.CopyFrom(UInt32)
Bit_uint.ReadBits(BitStream, Bit_uint)
Bit_uint.WriteBits(BitOggStream, Bit_uint)
Bit_uint.ToString()
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 Source

Bit_uint1()

Declaration
public Bit_uint1()
| Improve this Doc View Source

Bit_uint1(UInt32)

Declaration
public Bit_uint1(uint v)
Parameters
Type Name Description
System.UInt32 v

Operators

| Improve this Doc View Source

Implicit(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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾