Click or drag to resize

Selection Methods

The Selection type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic membermain
a method for tests
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberqs
return a quick-selection result
Public methodStatic memberqsTx(Triangle)
quick-select a list of triangle
Public methodStatic memberqsTx(Triangle, Int32, Int32)
quick-select a list of triangles
Public methodStatic memberqsTy(Triangle)
quick select from a list of triangles
Public methodStatic memberqsTy(Triangle, Int32, Int32)
quick select from a list of triangles
Public methodStatic memberqsTz(Triangle)
quick select from a list of triangles
Public methodStatic memberqsTz(Triangle, Int32, Int32)
quick select from a list of triangles
Public methodStatic memberquickselect
make a quick selection
Public methodStatic memberquickselectTx
quick select from a list of triangles
Public methodStatic memberquickselectTy
quick select from a list of triangles
Public methodStatic memberquickselectTz
quick select from a list of triangles
Public methodStatic membertestMedian
a method for tests
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also