Table of Contents

Interface INumericValue<VBTValue>

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

Represents any numeric value with a generic interface mapping it to a specific VBType.

public interface INumericValue<VBTValue> : INumericValue where VBTValue : VBTypedValue

Type Parameters

VBTValue
Inherited Members

Properties

TypeInfo

The numeric VBType of this value.

VBType TypeInfo { get; }

Property Value

VBType