Click or drag to resize

IFunctionValue Interface

An interface for a function value, which may contain more than just the actual double value.

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IFunctionValue

The IFunctionValue type exposes the following members.

Properties
  NameDescription
Public propertyValue
Value of function
Top
See Also