C# Class xFunc.Maths.Results.ComplexNumberResult

Represents the numerical result.
Inheritance: IResult
Datei anzeigen Open project: sys27/xFunc Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ComplexNumberResult ( Complex complex ) : System

Initializes a new instance of the NumberResult class.

ToString ( ) : string

Returns a String that represents this instance.

Method Details

ComplexNumberResult() public method

Initializes a new instance of the NumberResult class.
public ComplexNumberResult ( Complex complex ) : System
complex Complex The numerical representation of result.
return System

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : string
return string