• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    Multiply Operator

    Multiply(Int32, Int32Size)

    Multiplies a Int32Size by an System.Int32 producing Int32Size.

    Declaration
    public static Int32Size operator *(int left, Int32Size right)
    Parameters
    Type Name Description
    System.Int32 left

    Multiplier of type System.Int32.

    Int32Size right

    Multiplicand of type Int32Size.

    Returns
    Type Description
    Int32Size

    Product of type Int32Size.

    Multiply(Int32Size, Int32)

    Multiplies Int32Size by an System.Int32 producing Int32Size.

    Declaration
    public static Int32Size operator *(Int32Size left, int right)
    Parameters
    Type Name Description
    Int32Size left

    Multiplicand of type Int32Size.

    System.Int32 right

    Multiplier of type System.Int32.

    Returns
    Type Description
    Int32Size

    Product of type Int32Size.

    Multiply(Double, Int32Size)

    Multiplies Int32Size by a System.Double producing Size.

    Declaration
    public static Size operator *(double left, Int32Size right)
    Parameters
    Type Name Description
    System.Double left

    Multiplier of type System.Double.

    Int32Size right

    Multiplicand of type Int32Size.

    Returns
    Type Description
    Size

    Product of type Size.

    Multiply(Int32Size, Double)

    Multiplies Int32Size by a System.Double producing Size.

    Declaration
    public static Size operator *(Int32Size left, double right)
    Parameters
    Type Name Description
    Int32Size left

    Multiplicand of type Int32Size.

    System.Double right

    Multiplier of type System.Double.

    Returns
    Type Description
    Size

    Product of type Size.

    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software