'Declaration Public Shared Function PointsToCentimeters( _ ByVal points As Double _ ) As Double
'Declaration
Public Shared Function PointsToCentimeters( _ ByVal points As Double _ ) As Double
'使用法 Dim points As Double Dim value As Double value = UnitConverter.PointsToCentimeters(points)
'使用法
Dim points As Double Dim value As Double value = UnitConverter.PointsToCentimeters(points)
public static double PointsToCentimeters( double points )
UnitConverter クラス UnitConverter メンバ
Copyright © 2004 GrapeCity inc.