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