Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Name Property
Name of value
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
string
Name
{
get
; }
Property Value
String
Sets or gets name, "NaN" when names wasn't set.
Implements
IValue
Name
Remarks
Either custom name provided when declaring a value or automatically captured by compiler when using buil-in helper methods.
See Also
Reference
Value Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also