Click or drag to resize

cGridSolver Class

[Missing <summary> documentation for "T:EwECore.cGridSolver"]

Inheritance Hierarchy
SystemObject
  EwECorecGridSolver

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cGridSolver

The cGridSolver type exposes the following members.

Constructors
  NameDescription
Public methodcGridSolver
Initializes a new instance of the cGridSolver class
Top
Properties
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 methodFirstLastGroups
Set the groups to iterate over.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Set all references to data used for calculation
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolve
This is the method that the ThreadPool calls. It must have the object argument to match the Delegate signature required by ThreadPool.QueueUserWorkItem()
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldbUseLocalMemory
Public fieldCPUTime
Public fielditerThread
Public fieldThreadID
Public fieldStatic memberThreadIncrementer
Public fieldthreadTime
Public fieldWaitHandle
Signal mechanism used by the calling thread for thread Synchronization
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also