StandardFormat.Precision 属性

定义

获取格式的精度组件。Gets the precision component of the format.

public:
 property System::Byte Precision { System::Byte get(); };
public byte Precision { get; }
member this.Precision : byte
Public ReadOnly Property Precision As Byte

属性值

Byte

精度组件,可以为 NoPrecision ,也可以介于0到9之间。The precision component, which can be NoPrecision, or can range from 0 to 9.

适用于