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