Method | Description | |
---|---|---|
AddPoints ( |
A complex plot cannot have any points assigned. You have to assign a function instead.
|
|
ComplexPlotValue ( ) : System |
Creates a new complex plot.
|
|
Deserialize ( byte content ) : |
Creates a new instance from the given bytes.
|
|
Serialize ( ) : byte[] |
Converts the instance into bytes.
|
|
SetFunction ( |
Sets the function to use for the complex plot.
|
public AddPoints ( |
||
m | Useless. | |
return | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary content to create a new instance from. |
return |
public SetFunction ( |
||
function | The function to consider. | |
return | void |