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

    Show / Hide Table of Contents

    Division Operator

    Division(Int32Size, Int32)

    Divides Int32Size by an System.Int32 producing Int32Size.

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

    Dividend of type Int32Size.

    System.Int32 right

    Divisor of type System.Int32.

    Returns
    Type Description
    Int32Size

    Result of type Int32Size.

    Division(Int32Size, Double)

    Divides Int32Size by a System.Double producing Size.

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

    Dividend of type Int32Size.

    System.Double right

    Divisor of type System.Int32.

    Returns
    Type Description
    Size

    Result of type Size.

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