public sealed class RoundToScale : IMessage<RoundToScale>, IEquatable<RoundToScale>, IDeepCloneable<RoundToScale>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class RoundToScale.
This allows the data to change scale, for example if the source is 2 digits
after the decimal point, specify round to scale value = 2. If for example the
value needs to be converted to an integer, use round to scale value = 0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `RoundToScale` class in the Database Migration v1 API allows for changing the scale of data, such as adjusting the number of digits after the decimal point."],["Version 2.5.0 is the latest version, with prior versions ranging from 2.4.0 down to 1.0.0 available for reference within the documentation."],["`RoundToScale` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Scale` property, which is required, determines the target scale value for the data."],["The class provides two constructors: a default `RoundToScale()` constructor and a copy constructor `RoundToScale(RoundToScale other)`."]]],[]]