ModulusValidation enum | QSYS API Reference Guide
Specifies the type of modulus validation
Namespace: ASNA.QSys.Expo.Model
Assembly: ASNA.QSys.Expo.Model.dll
Remarks
Provides the type of modulus validation that can be used to mark Decimal numbers thru the DecAttribute.
Enum Values
Name | Description | Value |
---|---|---|
M10 | Modulus 10 | 1 |
M11 | Modulus 11 | 2 |
None | No validation. | 0 |