C# 클래스 xFunc.Maths.Results.ComplexNumberResult

Represents the numerical result.
상속: IResult
파일 보기 프로젝트 열기: sys27/xFunc 1 사용 예제들

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