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

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

Private Properties

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

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

Метод Описание
BooleanResult ( bool value ) : System

Initializes a new instance of the BooleanResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

Initializes a new instance of the BooleanResult class.
public BooleanResult ( bool value ) : System
value bool The value of result.
Результат System

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

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