<!DOCTYPE html><!--[if IE]><![endif]--><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>Class Shape</title><meta name="viewport" content="width=device-width"><meta name="title" content="Class Shape"><meta name="generator" content="docfx 2.40.2.0"><link rel="shortcut icon" href="../favicon.ico"><link rel="stylesheet" href="../styles/docfx.vendor.css"><link rel="stylesheet" href="../styles/docfx.css"><link rel="stylesheet" href="../styles/main.css"><meta property="docfx:navrel" content="../toc.html"><meta property="docfx:tocrel" content="toc.html"></head><body data-spy="scroll" data-target="#affix" data-offset="120"><div id="wrapper"><header><nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"><div class="container"><div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="../index.html"><img id="logo" class="svg" src="../logo.svg" alt=""></a></div><div class="collapse navbar-collapse" id="navbar"><form class="navbar-form navbar-right" role="search" id="search"><div class="form-group"><input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"></div></form></div></div></nav><div class="subnav navbar navbar-default"><div class="container hide-when-search" id="breadcrumb"><ul class="breadcrumb"><li></li></ul></div></div></header><div role="main" class="container body-content hide-when-search"><div class="sidenav hide-when-search"><a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a><div class="sidetoggle collapse" id="sidetoggle"><div id="sidetoc"></div></div></div><div class="article row grid-right"><div class="col-md-10"><article class="content wrap" id="_content" data-uid="NumSharp.Shape"><h1 id="NumSharp_Shape" data-uid="NumSharp.Shape" class="text-break">Class Shape</h1><div class="markdown level0 summary"></div><div class="markdown level0 conceptual"></div><div class="inheritance"><h5>Inheritance</h5><div class="level0"><span class="xref">System.Object</span></div><div class="level1"><span class="xref">Shape</span></div></div><div class="inheritedMembers"><h5>Inherited Members</h5><div><span class="xref">System.Object.Equals(System.Object, System.Object)</span></div><div><span class="xref">System.Object.GetType()</span></div><div><span class="xref">System.Object.MemberwiseClone()</span></div><div><span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span></div></div><h6><strong>Namespace</strong>: <a class="xref" href="NumSharp.html">NumSharp</a></h6><h6><strong>Assembly</strong>: NumSharp.dll</h6><h5 id="NumSharp_Shape_syntax">Syntax</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public class Shape</code></pre></div><h3 id="constructors">Constructors</h3><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape__ctor_System_Collections_Generic_IReadOnlyList_System_Int32__.md&value=---%0Auid%3A%20NumSharp.Shape.%23ctor(System.Collections.Generic.IReadOnlyList%7BSystem.Int32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L41">View Source</a></span><a id="NumSharp_Shape__ctor_" data-uid="NumSharp.Shape.#ctor*"></a><h4 id="NumSharp_Shape__ctor_System_Collections_Generic_IReadOnlyList_System_Int32__" data-uid="NumSharp.Shape.#ctor(System.Collections.Generic.IReadOnlyList{System.Int32})">Shape(IReadOnlyList<Int32>)</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public Shape(IReadOnlyList<int> shape)</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Collections.Generic.IReadOnlyList</span><<span class="xref">System.Int32</span>></td><td><span class="parametername">shape</span></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape__ctor_System_Int32___.md&value=---%0Auid%3A%20NumSharp.Shape.%23ctor(System.Int32%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L27">View Source</a></span><a id="NumSharp_Shape__ctor_" data-uid="NumSharp.Shape.#ctor*"></a><h4 id="NumSharp_Shape__ctor_System_Int32___" data-uid="NumSharp.Shape.#ctor(System.Int32[])">Shape(Int32[])</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public Shape(params int[] shape)</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span>[]</td><td><span class="parametername">shape</span></td><td></td></tr></tbody></table><h3 id="properties">Properties</h3><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_BiShape.md&value=---%0Auid%3A%20NumSharp.Shape.BiShape%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L61">View Source</a></span><a id="NumSharp_Shape_BiShape_" data-uid="NumSharp.Shape.BiShape*"></a><h4 id="NumSharp_Shape_BiShape" data-uid="NumSharp.Shape.BiShape">BiShape</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public (int, int)BiShape { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.ValueTuple</span><<span class="xref">System.Int32</span>, <span class="xref">System.Int32</span>></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_DimOffset.md&value=---%0Auid%3A%20NumSharp.Shape.DimOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L56">View Source</a></span><a id="NumSharp_Shape_DimOffset_" data-uid="NumSharp.Shape.DimOffset*"></a><h4 id="NumSharp_Shape_DimOffset" data-uid="NumSharp.Shape.DimOffset">DimOffset</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public IReadOnlyList<int> DimOffset { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Collections.Generic.IReadOnlyList</span><<span class="xref">System.Int32</span>></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_Item_System_Int32_.md&value=---%0Auid%3A%20NumSharp.Shape.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L25">View Source</a></span><a id="NumSharp_Shape_Item_" data-uid="NumSharp.Shape.Item*"></a><h4 id="NumSharp_Shape_Item_System_Int32_" data-uid="NumSharp.Shape.Item(System.Int32)">Item[Int32]</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public int this[int dim] { get; }</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td><span class="parametername">dim</span></td><td></td></tr></tbody></table><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_Length.md&value=---%0Auid%3A%20NumSharp.Shape.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L55">View Source</a></span><a id="NumSharp_Shape_Length_" data-uid="NumSharp.Shape.Length*"></a><h4 id="NumSharp_Shape_Length" data-uid="NumSharp.Shape.Length">Length</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public int Length { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_Shapes.md&value=---%0Auid%3A%20NumSharp.Shape.Shapes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L57">View Source</a></span><a id="NumSharp_Shape_Shapes_" data-uid="NumSharp.Shape.Shapes*"></a><h4 id="NumSharp_Shape_Shapes" data-uid="NumSharp.Shape.Shapes">Shapes</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public IReadOnlyList<int> Shapes { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Collections.Generic.IReadOnlyList</span><<span class="xref">System.Int32</span>></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_Size.md&value=---%0Auid%3A%20NumSharp.Shape.Size%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L12">View Source</a></span><a id="NumSharp_Shape_Size_" data-uid="NumSharp.Shape.Size*"></a><h4 id="NumSharp_Shape_Size" data-uid="NumSharp.Shape.Size">Size</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public int Size { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_TriShape.md&value=---%0Auid%3A%20NumSharp.Shape.TriShape%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L63">View Source</a></span><a id="NumSharp_Shape_TriShape_" data-uid="NumSharp.Shape.TriShape*"></a><h4 id="NumSharp_Shape_TriShape" data-uid="NumSharp.Shape.TriShape">TriShape</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public (int, int, int)TriShape { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.ValueTuple</span><<span class="xref">System.Int32</span>, <span class="xref">System.Int32</span>, <span class="xref">System.Int32</span>></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_UniShape.md&value=---%0Auid%3A%20NumSharp.Shape.UniShape%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L59">View Source</a></span><a id="NumSharp_Shape_UniShape_" data-uid="NumSharp.Shape.UniShape*"></a><h4 id="NumSharp_Shape_UniShape" data-uid="NumSharp.Shape.UniShape">UniShape</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public int UniShape { get; }</code></pre></div><h5 class="propertyValue">Property Value</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td></td></tr></tbody></table><h3 id="methods">Methods</h3><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_Equals_System_Object_.md&value=---%0Auid%3A%20NumSharp.Shape.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Operations/Shape.Equals.cs/#L20">View Source</a></span><a id="NumSharp_Shape_Equals_" data-uid="NumSharp.Shape.Equals*"></a><h4 id="NumSharp_Shape_Equals_System_Object_" data-uid="NumSharp.Shape.Equals(System.Object)">Equals(Object)</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Object</span></td><td><span class="parametername">obj</span></td><td></td></tr></tbody></table><h5 class="returns">Returns</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Boolean</span></td><td></td></tr></tbody></table><h5 class="overrides">Overrides</h5><div><span class="xref">System.Object.Equals(System.Object)</span></div><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_GetHashCode.md&value=---%0Auid%3A%20NumSharp.Shape.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Operations/Shape.Equals.cs/#L27">View Source</a></span><a id="NumSharp_Shape_GetHashCode_" data-uid="NumSharp.Shape.GetHashCode*"></a><h4 id="NumSharp_Shape_GetHashCode" data-uid="NumSharp.Shape.GetHashCode">GetHashCode()</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre></div><h5 class="returns">Returns</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Int32</span></td><td></td></tr></tbody></table><h5 class="overrides">Overrides</h5><div><span class="xref">System.Object.GetHashCode()</span></div><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_ToString.md&value=---%0Auid%3A%20NumSharp.Shape.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Operations/Shape.Equals.cs/#L32">View Source</a></span><a id="NumSharp_Shape_ToString_" data-uid="NumSharp.Shape.ToString*"></a><h4 id="NumSharp_Shape_ToString" data-uid="NumSharp.Shape.ToString">ToString()</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public override string ToString()</code></pre></div><h5 class="returns">Returns</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.String</span></td><td></td></tr></tbody></table><h5 class="overrides">Overrides</h5><div><span class="xref">System.Object.ToString()</span></div><h3 id="operators">Operators</h3><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_op_Equality_NumSharp_Shape_NumSharp_Shape_.md&value=---%0Auid%3A%20NumSharp.Shape.op_Equality(NumSharp.Shape%2CNumSharp.Shape)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Operations/Shape.Equals.cs/#L10">View Source</a></span><a id="NumSharp_Shape_op_Equality_" data-uid="NumSharp.Shape.op_Equality*"></a><h4 id="NumSharp_Shape_op_Equality_NumSharp_Shape_NumSharp_Shape_" data-uid="NumSharp.Shape.op_Equality(NumSharp.Shape,NumSharp.Shape)">Equality(Shape, Shape)</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public static bool operator ==(Shape a, Shape b)</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><a class="xref" href="NumSharp.Shape.html">Shape</a></td><td><span class="parametername">a</span></td><td></td></tr><tr><td><a class="xref" href="NumSharp.Shape.html">Shape</a></td><td><span class="parametername">b</span></td><td></td></tr></tbody></table><h5 class="returns">Returns</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Boolean</span></td><td></td></tr></tbody></table><span class="small pull-right mobile-hide"><span class="divider">|</span><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape_op_Inequality_NumSharp_Shape_NumSharp_Shape_.md&value=---%0Auid%3A%20NumSharp.Shape.op_Inequality(NumSharp.Shape%2CNumSharp.Shape)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a></span><span class="small pull-right mobile-hide"><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Operations/Shape.Equals.cs/#L15">View Source</a></span><a id="NumSharp_Shape_op_Inequality_" data-uid="NumSharp.Shape.op_Inequality*"></a><h4 id="NumSharp_Shape_op_Inequality_NumSharp_Shape_NumSharp_Shape_" data-uid="NumSharp.Shape.op_Inequality(NumSharp.Shape,NumSharp.Shape)">Inequality(Shape, Shape)</h4><div class="markdown level1 summary"></div><div class="markdown level1 conceptual"></div><h5 class="decalaration">Declaration</h5><div class="codewrapper"><pre><code class="lang-csharp hljs">public static bool operator !=(Shape a, Shape b)</code></pre></div><h5 class="parameters">Parameters</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><a class="xref" href="NumSharp.Shape.html">Shape</a></td><td><span class="parametername">a</span></td><td></td></tr><tr><td><a class="xref" href="NumSharp.Shape.html">Shape</a></td><td><span class="parametername">b</span></td><td></td></tr></tbody></table><h5 class="returns">Returns</h5><table class="table table-bordered table-striped table-condensed"><thead><tr><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><span class="xref">System.Boolean</span></td><td></td></tr></tbody></table></article></div><div class="hidden-sm col-md-2" role="complementary"><div class="sideaffix"><div class="contribution"><ul class="nav"><li><a href="https://github.com/dotChris90/NumSharp/new/master/apiSpec/new?filename=NumSharp_Shape.md&value=---%0Auid%3A%20NumSharp.Shape%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a></li><li><a href="https://github.com/dotChris90/NumSharp/blob/master/src/NumSharp/Shape.cs/#L7" class="contribution-link">View Source</a></li></ul></div><nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"><!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --></nav></div></div></div></div><footer><div class="grad-bottom"></div><div class="footer"><div class="container"><span class="pull-right"><a href="#top">Back to top</a></span><span>Generated by <strong>DocFX</strong></span></div></div></footer></div><script type="text/javascript" src="../styles/docfx.vendor.js"></script><script type="text/javascript" src="../styles/docfx.js"></script><script type="text/javascript" src="../styles/main.js"></script></body></html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。