C# Класс CSharpRoboticsLib.Utility.Integral

Numeric Time-based Integration
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Get ( ) : double

Gets the value of the integral

Get ( double x ) : double

Get the value of the integral

Integral ( )

New Integral.

ReInitialize ( ) : void

Reinitialize the integral to zero.

ReInitialize ( double value ) : void

Reinitialize the integral to the specified value.

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

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

Gets the value of the integral
public Get ( ) : double
Результат double

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

Get the value of the integral
public Get ( double x ) : double
x double Value to add to the integral
Результат double

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

New Integral.
public Integral ( )

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

Reinitialize the integral to zero.
public ReInitialize ( ) : void
Результат void

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

Reinitialize the integral to the specified value.
public ReInitialize ( double value ) : void
value double value to set the integral to
Результат void