[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

指定した値を合計値から除算する。

Namespace: ClassLibrary1
Assembly:  ClassLibrary1 (in ClassLibrary1.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Minus(
	int val
)
Public Function Minus ( _
	val As Integer _
) As Integer
public:
int Minus (
	int val
)

Parameters

val
Int32
除算する値。

Return Value

現在の合計値。

See Also

TestClass Class
ClassLibrary1 Namespace