Click or drag to resize

MathExSubtract Method (Double, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static double Subtract(
	double v1,
	double v2
)

Parameters

v1
Type: SystemDouble
v2
Type: SystemDouble

Return Value

Type: Double
See Also