Class CfnTemplate.DecimalPlacesConfigurationProperty
The option that determines the decimal places configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.DecimalPlacesConfigurationProperty : CfnTemplate.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.DecimalPlacesConfigurationProperty Implements CfnTemplate.IDecimalPlacesConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var decimalPlacesConfigurationProperty = new DecimalPlacesConfigurationProperty {
DecimalPlaces = 123
};
Synopsis
Constructors
DecimalPlacesConfigurationProperty() | The option that determines the decimal places configuration. |
Properties
DecimalPlaces | The values of the decimal places. |
Constructors
DecimalPlacesConfigurationProperty()
The option that determines the decimal places configuration.
public DecimalPlacesConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var decimalPlacesConfigurationProperty = new DecimalPlacesConfigurationProperty {
DecimalPlaces = 123
};
Properties
DecimalPlaces
The values of the decimal places.
public double DecimalPlaces { get; set; }