Show / Hide Table of Contents

Class Bit_uintv

Inheritance
System.Object
Bit_uintv
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_uintv

Constructors

| Improve this Doc View Source

Bit_uintv(UInt32)

Declaration
public Bit_uintv(uint s)
Parameters
Type Name Description
System.UInt32 s
| Improve this Doc View Source

Bit_uintv(UInt32, UInt32)

Declaration
public Bit_uintv(uint s, uint v)
Parameters
Type Name Description
System.UInt32 s
System.UInt32 v

Methods

| Improve this Doc View Source

CopyFrom(UInt32)

Declaration
public Bit_uintv CopyFrom(uint v)
Parameters
Type Name Description
System.UInt32 v
Returns
Type Description
Bit_uintv
| Improve this Doc View Source

ReadBits(BitStream, Bit_uintv)

Declaration
public static BitStream ReadBits(BitStream bstream, Bit_uintv bui)
Parameters
Type Name Description
BitStream bstream
Bit_uintv bui
Returns
Type Description
BitStream
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
| Improve this Doc View Source

WriteBits(BitOggStream, Bit_uintv)

Declaration
public static BitOggStream WriteBits(BitOggStream bstream, Bit_uintv bui)
Parameters
Type Name Description
BitOggStream bstream
Bit_uintv bui
Returns
Type Description
BitOggStream

Operators

| Improve this Doc View Source

Implicit(Bit_uintv to UInt32)

Declaration
public static implicit operator uint (Bit_uintv ImpliedObject)
Parameters
Type Name Description
Bit_uintv ImpliedObject
Returns
Type Description
System.UInt32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾