Méthode | Description | |
---|---|---|
Equals ( |
Determines whether this node matches another node
|
|
Equals ( object obj ) : bool |
Determines whether this node is equal to an object
|
|
GetHashCode ( ) : int |
Returns the HashCode for this instance
|
|
ToString ( ) : string |
Overrides the ToString method
|
|
operator ( ) : bool |
Determines whether two nodes are unequal.
|
Méthode | Description | |
---|---|---|
FiniteElementNode ( ) : System |
Prevents a default instance of the FiniteElementNode class from being created.
|
|
FiniteElementNode ( double locationAlongXAxis ) : System |
Initializes a new instance of the FiniteElementNode class.
|
|
FiniteElementNode ( double locationAlongXAxis, double locationAlongYAxis ) : System |
Initializes a new instance of the FiniteElementNode class.
|
|
FiniteElementNode ( double locationAlongXAxis, double locationAlongYAxis, double locationAlongZAxis ) : System |
Initializes a new instance of the FiniteElementNode class.
|
public Equals ( |
||
other | the other node to compare for equality | |
Résultat | bool |
public Equals ( object obj ) : bool | ||
obj | object | the object to compare with this node for equality |
Résultat | bool |