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 |
---|---|---|
|
If this value is true, it indicates that the range excludes the maximum value. | |
|
If this value is true, it indicates that the range excludes the minimum value. | |
|
Restricts the number to a value less than this value. | |
|
Restricts the number to a value greater than this value. | |
|
Restricts the number to a multiple of this value. |