[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IPrimitiveValue

IPrimitiveValue Interface

Represents an interfaces for a calculated primitive value of calculation engine.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface IPrimitiveValue : IReadonlyPrimitiveValue
Public Interface IPrimitiveValue
    Inherits IReadonlyPrimitiveValue

Methods

Name Description
CompareTo(IEvaluationContext, IPrimitiveValue)

Compares this instance to a specified IPrimitiveValue object and returns an indication of their relative values.

Reset()

Resets this IPrimitiveValue object to empty.

SetValue(CalcError)

Sets the CalcError value.

SetValue(IEvaluationContext, double)

Sets the double value.

SetValue(IEvaluationContext, string)

Sets the string value.

SetValue(bool)

Sets the bool value.

SetValue(DateTime)

Sets the DateTime value.

SetValue(object, bool)

Sets the object value.

SetValue(TimeSpan)

Sets the TimeSpan value.