C# Класс xFunc.Maths.Results.ComplexNumberResult

Represents the numerical result.
Наследование: IResult
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ComplexNumberResult ( Complex complex ) : System

Initializes a new instance of the NumberResult class.

ToString ( ) : string

Returns a String that represents this instance.

Описание методов

ComplexNumberResult() публичный Метод

Initializes a new instance of the NumberResult class.
public ComplexNumberResult ( Complex complex ) : System
complex Complex The numerical representation of result.
Результат System

ToString() публичный Метод

Returns a String that represents this instance.
public ToString ( ) : string
Результат string