Test additional content header

ValueName Property

Name of value

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public string Name { get; }

Property Value

String
Sets or gets name, "NaN" when names wasn't set.

Implements

IValueName

Remarks

Either custom name provided when declaring a value or automatically captured by compiler when using buil-in helper methods.

See Also