ShortFormattingSymbol Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this ShortFormattingSymbol.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this ShortFormattingSymbol.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyExponent
Gets the substituted power of 10.
Public propertySymbol
Gets the substituting symbol string.
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: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference