Table of Contents

Class CSSMathProduct

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CSSMathProduct interface of the CSS Typed Object Model API represents the result obtained by calling 'CSSNumericValue.Add', 'CSSNumericValue.Sub', or 'CSSNumericValue.ToSum' on 'CSSNumericValue'. It inherits properties and methods from its parent 'CSSNumericValue'.

[Value("CSSMathProduct")]
public class CSSMathProduct : CSSMathValue
Inheritance
CSSMathProduct
Inherited Members

Remarks

Constructors

CSSMathProduct()

public CSSMathProduct()

CSSMathProduct(params Union13[])

NOTE
Experimental
The CSSMathProduct() constructor creates
a new CSSMathProduct object which creates a new
'CSSMathProduct' object which multiplies the arguments passed into it.
public CSSMathProduct(params Union13[] args)

Parameters

args Union13[]

Remarks

Properties

Values

The CSSMathProduct.values read-only
property of the CSSMathProduct interface returns a
'CSSNumericArray' object which contains one or more
'CSSNumericValue' objects.

[Value("values")]
public CSSNumericArray Values { get; }

Property Value

CSSNumericArray

A 'CSSNumericArray'.

Remarks