你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoundingMode Struct

Definition

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

RoundingMode(String)

Initializes a new instance of RoundingMode.

Properties

Ceiling

ceiling.

Down

down.

Floor

floor.

HalfDown

half down.

HalfEven

half even.

HalfUp

half up.

Unnecessary

unnecessary.

Up

up.

Methods

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

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.

Applies to