FREE TRIAL

|

☀
☾

Length.Calculated.Multiply

Multiply(Length.Calculated, Length.Calculated)

Multiplication operator.

Declaration
public static Length.Calculated operator *(Length.Calculated lhs, Length.Calculated rhs)
Parameters
Type Name Description
Length.Calculated lhs

Left hand side.

Length.Calculated rhs

Right hand side.

Returns
Type Description
Length.Calculated

A new Length.Calculated, length, where length.Value == lhs.Value * rhs.Value and length.Percent == lhs.Percent * rhs.Percent.

Multiply(Length.Calculated, float)

Multiplication operator.

Declaration
public static Length.Calculated operator *(Length.Calculated lhs, float rhs)
Parameters
Type Name Description
Length.Calculated lhs

Left hand side.

float rhs

Right hand side.

Returns
Type Description
Length.Calculated

A new Length.Calculated, length, where length.Value == lhs.Value * rhs and length.Percent == lhs.Percent * rhs.

☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC