ShortFormattingSymbol Class

Spotfire 14.3 API Reference
Represents a symbol to substitute a power of 10, used when formatting with short number format.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.FormattersShortFormattingSymbol

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(4, 0)]
public sealed class ShortFormattingSymbol : ISerializable, 
	IComparable<ShortFormattingSymbol>

The ShortFormattingSymbol type exposes the following members.

Constructors

  NameDescription
Public methodShortFormattingSymbol
Initializes a new instance of the ShortFormattingSymbol class with the specified symbol substituting a power of 10, specified by exponent.
Top
Properties

  NameDescription
Public propertyExponent
Gets the substituted power of 10.
Public propertySymbol
Gets the substituting symbol string.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this ShortFormattingSymbol.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this ShortFormattingSymbol.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIComparableShortFormattingSymbolCompareTo
Compares this ShortFormattingSymbol to the specified ShortFormattingSymbol, and returns -1 if the other exponent is greater, 0 if it is equal and 1 if it is less.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference