Dsl (Digital Simulation Library) for .Net
単位変換関数:mm からインチに変換

名前空間: DslDialog
アッセンブリー: DslDialog (in DslDialog.dll)

構文

C#
public static float MmToInch(
	float mm
)
Visual Basic
Public Shared Function MmToInch ( 
	mm As Single
) As Single
Visual C++
public:
static float MmToInch(
	float mm
)

Parameters

mm
タイプ: System..::..Single
mm

Return Value

タイプ: Single
インチ値

参照