C# Class xFunc.Maths.Results.NumberResult

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

Private Properties

Property Type Description

Public Methods

Method Description
NumberResult ( double number ) : System

Initializes a new instance of the NumberResult class.

ToString ( ) : string

Returns a String that represents this instance.

Method Details

NumberResult() public method

Initializes a new instance of the NumberResult class.
public NumberResult ( double number ) : System
number double The numerical representation of result.
return System

ToString() public method

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