ConversionCommonDivide Method
Return the result of division for values 1 and 2.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object CommonDivide(
Object value1,
Object value2
)
Public Shared Function CommonDivide (
value1 As Object,
value2 As Object
) As Object
No code example is currently available or this language may not be supported.
- value1 Object
-
Dividend.
- value2 Object
-
Divisor.
Object
Common typed result of value1 / value2.
This method requires that both values be numeric, or null will be
returned.