C# Class xFunc.Maths.Results.BooleanResult

Represents the boolean result.
Inheritance: IResult
ファイルを表示 Open project: sys27/xFunc Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BooleanResult ( bool value ) : System

Initializes a new instance of the BooleanResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

BooleanResult() public method

Initializes a new instance of the BooleanResult class.
public BooleanResult ( bool value ) : System
value bool The value of result.
return System

ToString() public method

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