Table of Contents

Struct Format.DecimalPlaceSpec

Implements
Inherited Members
Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
Assembly
SemanticBridge.dll

Specifies decimal place formatting.

public struct Format.DecimalPlaceSpec : IEquatable<Format.DecimalPlaceSpec>

Properties

Places

Number of decimal places (0-10). Null if not specified.

public int? Places { readonly get; set; }

Property Value

Type Description
int?

Type

Type of decimal formatting: "max", "exact", or "all"

public required Format.DecimalType Type { readonly get; set; }

Property Value

Type Description
Format.DecimalType

Methods

Equals(object)

public override readonly bool Equals(object obj)

Parameters

Type Name Description
object obj

Returns

Type Description
bool

Equals(DecimalPlaceSpec)

public readonly bool Equals(Format.DecimalPlaceSpec other)

Parameters

Type Name Description
Format.DecimalPlaceSpec other

Returns

Type Description
bool

GetHashCode()

public override readonly int GetHashCode()

Returns

Type Description
int

ToString()

public override readonly string ToString()

Returns

Type Description
string

Operators

operator ==(DecimalPlaceSpec, DecimalPlaceSpec)

public static bool operator ==(Format.DecimalPlaceSpec left, Format.DecimalPlaceSpec right)

Parameters

Type Name Description
Format.DecimalPlaceSpec left
Format.DecimalPlaceSpec right

Returns

Type Description
bool

operator !=(DecimalPlaceSpec, DecimalPlaceSpec)

public static bool operator !=(Format.DecimalPlaceSpec left, Format.DecimalPlaceSpec right)

Parameters

Type Name Description
Format.DecimalPlaceSpec left
Format.DecimalPlaceSpec right

Returns

Type Description
bool