ConversionCommonMultiply Method

Return the result of multiplication for values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object CommonMultiply(
	Object value1,
	Object value2
)

Parameters

value1  Object
Multiplicand.
value2  Object
Multiplier.

Return Value

Object
The result of the multiplication.

Remarks

This method requires that both values be numeric, or null will be returned.

See Also