Enum RangeOperator
An operator to be applied when transforming an integer value to determine its matching pluralisation form
Namespace: Sdl.Core.Globalization.NumberMetadata
Assembly: Sdl.Core.Globalization.dll
Syntax
public enum RangeOperator
Fields
Name | Description |
---|---|
opDiv | The result is divided by a value |
opMod | The result is modulo a value |