Header menu logo fantomas

Position Type

Represents a position in a file

Instance members

Instance member Description

this.Column

Full Usage: this.Column

Returns: int

The column number for the position

Returns: int

this.Encoding

Full Usage: this.Encoding

Returns: int64

The encoding of the position as a 64-bit integer

Returns: int64

this.IsAdjacentTo

Full Usage: this.IsAdjacentTo

Parameters:
Returns: bool

Check if the position is adjacent to another postition

otherPos : Position
Returns: bool

this.Line

Full Usage: this.Line

Returns: int

The line number for the position

Returns: int

Static members

Static member Description

Position.Decode(arg1)

Full Usage: Position.Decode(arg1)

Parameters:
    arg0 : int64

Returns: pos

Decode a position fro a 64-bit integer

arg0 : int64
Returns: pos

Position.EncodingSize

Full Usage: Position.EncodingSize

Returns: int

The maximum number of bits needed to store an encoded position

Returns: int

Type something to start searching.