Class Graphable
Inheritance
System.Object
Graphable
Assembly: Eco.Core.dll
Syntax
public class Graphable : Object, IGraphable
Constructors
Graphable(String, Func<Single>)
Declaration
public Graphable(string name, Func<float> f)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Func<System.Single> |
f |
|
Properties
Value
Declaration
public float Value { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods