Show / Hide Table of Contents

    Method CheckAxis

    member CheckAxis: int -> unit

    Checks the the specified axis is valid for this tensor.

    Declaration
    member CheckAxis: ax:int -> unit
    Parameters
    Type Name Description
    int ax

    The axis number to check.

    Remarks

    If the axis is valid, this function does nothing.

    Exceptions
    Type Condition
    System.IndexOutOfRangeException

    Raised when the axis is invalid.

    Back to top Generated by DocFX