Show / Hide Table of Contents

    Class Rng (union)

    Range over a dimension of a tensor.

    Inheritance
    System.Object
    Rng (union)
    Namespace: Tensor
    Assembly: Tensor.dll
    Syntax
    [<RequireQualifiedAccess>]
    union Rng
        | Elem of int64
        | Rng of first: int64 option * last: int64 option
        | NewAxis
        | AllFill

    Properties

    Name Description
    static property All: Rng

    All elements.

    AllFill

    Take all elements of remaining dimensions.

    Elem of int64

    The single element specified.

    NewAxis

    Insert broadcastable axis of size 1.

    property Pretty: string

    Pretty string.

    Rng of first: int64 option * last: int64 option

    Range of elements, including first and last.

    Back to top Generated by DocFX