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

Subtracts 64-bit ints.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function SubtractInt64 ( _
	d1 As Object, _
	d2 As Object _
) As Object
C#
public static Object SubtractInt64 (
	Object d1,
	Object d2
)
Visual C++
public:
static Object^ SubtractInt64 (
	Object^ d1, 
	Object^ d2
)

Parameters

d1
System.Object
The d1.
d2
System.Object
The d2.

Return Value