'宣言 Public Function New( _ ByVal value As System.Double, _ ByVal decimalPlaces As System.Integer _ )
public PdfNumber( System.double value, System.int decimalPlaces )
パラメータ
- value
- 値。
- decimalPlaces
- 小数点以下の桁数。
'宣言 Public Function New( _ ByVal value As System.Double, _ ByVal decimalPlaces As System.Integer _ )
public PdfNumber( System.double value, System.int decimalPlaces )