RoundingMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rounding Mode.
public readonly struct RoundingMode : IEquatable<Azure.Analytics.Purview.DataMap.RoundingMode>
type RoundingMode = struct
Public Structure RoundingMode
Implements IEquatable(Of RoundingMode)
- Inheritance
-
RoundingMode
- Implements
Constructors
| Name | Description |
|---|---|
| RoundingMode(String) |
Initializes a new instance of RoundingMode. |
Properties
| Name | Description |
|---|---|
| Ceiling |
ceiling. |
| Down |
down. |
| Floor |
floor. |
| HalfDown |
half down. |
| HalfEven |
half even. |
| HalfUp |
half up. |
| Unnecessary |
unnecessary. |
| Up |
up. |
Methods
| Name | Description |
|---|---|
| Equals(RoundingMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RoundingMode, RoundingMode) |
Determines if two RoundingMode values are the same. |
| Implicit(String to RoundingMode) |
Converts a String to a RoundingMode. |
| Inequality(RoundingMode, RoundingMode) |
Determines if two RoundingMode values are not the same. |