Rate ClassA Sandcastle Documented Class Library
A rate between is a decimal number, usually between 0 and 1. Convenience methods for percent formatting and per mille formatting are included. The value can be fetched as a double from the Value property.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportRate

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public class Rate

The Rate type exposes the following members.

Constructors

  NameDescription
Public methodRate
Initializes a new instance of the Rate class
Top
Properties

  NameDescription
Public propertyValue
The value in decimal form.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNaN
Public methodPercent
Formats the rate as a percentage with a specified number of decimals.
Public methodPerMille
Formats the rate as thousandths with a specified number of decimals.
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference