[]
Represents an interfaces for a calculated primitive value of calculation engine.
public interface IReadonlyPrimitiveValue
Public Interface IReadonlyPrimitiveValue
Name | Description |
---|---|
ValueType | Gets the value type of this IPrimitiveValue instance. |
Name | Description |
---|---|
GetDate(IEvaluationContext, bool) | Gets the DateTime value. |
GetError(IEvaluationContext) | Gets the CalcError value. |
GetLogical(IEvaluationContext, bool) | Gets the bool value. |
GetNumber(IEvaluationContext, bool) | Gets the double value. |
GetObject(IEvaluationContext, bool) | Gets the object value. |
GetText(IEvaluationContext, bool) | Gets the string value. |
GetTime(IEvaluationContext, bool) | Gets the TimeSpan value. |