Aardvark.Base


Line1i

A structure that holds the indices of the endpoints of a line.

Constructors

ConstructorDescription
new(i0, i1)
Signature: (i0:int * i1:int) -> unit

Instance members

Instance memberDescription
Equals(other)
Signature: other:obj -> bool
Modifiers: abstract
Equals(other)
Signature: other:Line1i -> bool
Modifiers: abstract
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Indices
Signature: IEnumerable<int>
[()]
Signature: unit -> int
Reversed
Signature: Line1i

Static members

Static memberDescription
CreateSorted(i0, i1)
Signature: (i0:int * i1:int) -> Line1i
op_Equality(a, b)
Signature: (a:Line1i * b:Line1i) -> bool
op_Inequality(a, b)
Signature: (a:Line1i * b:Line1i) -> bool
Fork me on GitHub