Freigeben über


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