Table of Contents

Interface INumericValue

Namespace
RDCore.SDK.Model.Values.Abstract
Assembly
RDCore.SDK.dll

Represents any numeric value with a non-generic interface.

public interface INumericValue

Methods

WithValue<T>(T)

Gets a copy of this value, with the specified underlying value.

INumericValue WithValue<T>(T value) where T : struct

Parameters

value T

The managed value of the numeric value to be produced.

Returns

INumericValue

Type Parameters

T

Remarks

💥Overflow may be raised as specified in the appropraite run-time semantics if the specified value is outside the bounds representable by the VBType.