TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface

Provides the interface for a numeric type schema.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

protected interface INumericTypeSchema<TNumeric>
where TNumeric : struct, new(), IComparable, IFormattable, IConvertible

Type Parameters

TNumeric

The type of the number that the derived schema class represents.

The TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. generic type exposes the following members.

Properties

 

Name

Description

TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface 1:

ExclusiveMaximum

If this value is true, it indicates that the range excludes the maximum value.

TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface 2:

ExclusiveMinimum

If this value is true, it indicates that the range excludes the minimum value.

TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface 3:

Maximum

Restricts the number to a value less than this value.

TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface 4:

Minimum

Restricts the number to a value greater than this value.

TcHmiSchemaBuilder.TType.INumericTypeSchema.TNumeric. Interface 5:

MultipleOf

Restricts the number to a multiple of this value.

Reference

TcHmiSrv.DynamicSymbols Namespace