struct BitVector32.Section
in global :: System . Collections . Specialized
Represents a section of the vector that can contain an integer number.
public bool Equals( BitVector32.Section obj )
Determines whether the specified object is the same as the current object.
objThe object to compare with the current object.- Returns if the parameter is the same as the current object; otherwise .
public bool Equals( object o )
Determines whether the specified object is the same as the current object.
oThe object to compare with the current .- Returns if the specified object is the same as the current object; otherwise, .
public short Mask { get; }
Gets a mask that isolates this section within the .
- Returns A mask that isolates this section within the .
public short Offset { get; }
Gets the offset of this section from the start of the .
- Returns The offset of this section from the start of the .
public static bool op_Equality( BitVector32.Section a, BitVector32.Section b )
Determines whether two specified objects are equal.
aA object.bA object.- Returns if the and parameters represent the same object, otherwise, .
public static bool op_Inequality( BitVector32.Section a, BitVector32.Section b )
Determines whether two objects have different values.
aA object.bA object.- Returns if the and parameters represent different objects; otherwise, .
public static string ToString( BitVector32.Section value )
Returns a string that represents the specified .
valueThe to represent.- Returns A string that represents the specified .
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.