C# Класс EmberLib.Glow.GlowFormulaSource

Describes a formula source code (as used by the "formula" field of EmberPlus-Glow.Parameter).
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GlowFormulaSource ( string providerToConsumer, string consumerToProvider ) : System

Creates a new instance of GlowFormulaSource.

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

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

Creates a new instance of GlowFormulaSource.
public GlowFormulaSource ( string providerToConsumer, string consumerToProvider ) : System
providerToConsumer string The source of the formula used by the consumer /// to convert values received from the provider.
consumerToProvider string The source of the formula used by the consumer /// to convert values to be sent to the provider.
Результат System