메소드 | 설명 | |
---|---|---|
Clone ( ) : |
Makes a deep copy of this object.
|
|
Equals ( object obj ) : bool |
Tests if this object is considered equal to another.
|
|
GetHashCode ( ) : int |
Calculates a hash code for this object.
|
|
Make ( string label, |
Makes.
|
|
Make ( string label, double val, int count ) : |
Makes.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
리턴 | bool |
public static Make ( string label, |
||
label | string | The label. |
x | The Range to process. | |
count | int | (Optional) number of. |
리턴 |
public static Make ( string label, double val, int count ) : |
||
label | string | The label. |
val | double | The value. |
count | int | (Optional) number of. |
리턴 |