### YamlMime:ManagedReferenceitems:- uid: NumSharp.NumPyExtensionscommentId: T:NumSharp.NumPyExtensionsid: NumPyExtensionsparent: NumSharpchildren:- NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},``0[][])- NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)- NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Drawing.Bitmap)- NumSharp.NumPyExtensions.asarray``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)- NumSharp.NumPyExtensions.ones_like``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0},System.String)- NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0})- NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{NumSharp.NDArray{``0}})langs:- csharp- vbname: NumPyExtensionsnameWithType: NumPyExtensionsfullName: NumSharp.NumPyExtensionstype: Classsource:remote:path: src/NumSharp/Math/NumPy.sin.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: NumPyExtensionspath: ../src/NumSharp/Math/NumPy.sin.csstartLine: 9assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static class NumPyExtensionscontent.vb: Public Module NumPyExtensionsinheritance:- System.ObjectinheritedMembers:- System.Object.Equals(System.Object)- System.Object.Equals(System.Object,System.Object)- System.Object.GetHashCode- System.Object.GetType- System.Object.MemberwiseClone- System.Object.ReferenceEquals(System.Object,System.Object)- System.Object.ToStringmodifiers.csharp:- public- static- classmodifiers.vb:- Public- Module- uid: NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)commentId: M:NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)id: array``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: array<T>(NumPy<T>, IEnumerable<T>, Int32)nameWithType: NumPyExtensions.array<T>(NumPy<T>, IEnumerable<T>, Int32)fullName: NumSharp.NumPyExtensions.array<T>(NumSharp.NumPy<T>, System.Collections.Generic.IEnumerable<T>, System.Int32)type: Methodsource:remote:path: src/NumSharp/Creation/NumPy.array.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: arraypath: ../src/NumSharp/Creation/NumPy.array.csstartLine: 11assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<T> array<T>(this NumPy<T> np, IEnumerable<T> array, int ndim = 1)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: arraytype: System.Collections.Generic.IEnumerable{{T}}- id: ndimtype: System.Int32typeParameters:- id: Treturn:type: NumSharp.NDArray{{T}}content.vb: >-<ExtensionAttribute>Public Shared Function array(Of T)(np As NumPy(Of T), array As IEnumerable(Of T), ndim As Integer = 1) As NDArray(Of T)overload: NumSharp.NumPyExtensions.array*nameWithType.vb: NumPyExtensions.array(Of T)(NumPy(Of T), IEnumerable(Of T), Int32)modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.array(Of T)(NumSharp.NumPy(Of T), System.Collections.Generic.IEnumerable(Of T), System.Int32)name.vb: array(Of T)(NumPy(Of T), IEnumerable(Of T), Int32)- uid: NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Drawing.Bitmap)commentId: M:NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},System.Drawing.Bitmap)id: array``1(NumSharp.NumPy{``0},System.Drawing.Bitmap)isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: array<T>(NumPy<T>, Bitmap)nameWithType: NumPyExtensions.array<T>(NumPy<T>, Bitmap)fullName: NumSharp.NumPyExtensions.array<T>(NumSharp.NumPy<T>, System.Drawing.Bitmap)type: Methodsource:remote:path: src/NumSharp/Creation/NumPy.array.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: arraypath: ../src/NumSharp/Creation/NumPy.array.csstartLine: 20assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<byte> array<T>(this NumPy<T> np, Bitmap image)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: imagetype: System.Drawing.BitmaptypeParameters:- id: Treturn:type: NumSharp.NDArray{System.Byte}content.vb: >-<ExtensionAttribute>Public Shared Function array(Of T)(np As NumPy(Of T), image As Bitmap) As NDArray(Of Byte)overload: NumSharp.NumPyExtensions.array*nameWithType.vb: NumPyExtensions.array(Of T)(NumPy(Of T), Bitmap)modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.array(Of T)(NumSharp.NumPy(Of T), System.Drawing.Bitmap)name.vb: array(Of T)(NumPy(Of T), Bitmap)- uid: NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},``0[][])commentId: M:NumSharp.NumPyExtensions.array``1(NumSharp.NumPy{``0},``0[][])id: array``1(NumSharp.NumPy{``0},``0[][])isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: array<T>(NumPy<T>, T[][])nameWithType: NumPyExtensions.array<T>(NumPy<T>, T[][])fullName: NumSharp.NumPyExtensions.array<T>(NumSharp.NumPy<T>, T[][])type: Methodsource:remote:path: src/NumSharp/Creation/NumPy.array.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: arraypath: ../src/NumSharp/Creation/NumPy.array.csstartLine: 36assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<T> array<T>(this NumPy<T> np, T[][] data)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: datatype: '{T}[][]'typeParameters:- id: Treturn:type: NumSharp.NDArray{{T}}content.vb: >-<ExtensionAttribute>Public Shared Function array(Of T)(np As NumPy(Of T), data As T()()) As NDArray(Of T)overload: NumSharp.NumPyExtensions.array*nameWithType.vb: NumPyExtensions.array(Of T)(NumPy(Of T), T()())modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.array(Of T)(NumSharp.NumPy(Of T), T()())name.vb: array(Of T)(NumPy(Of T), T()())- uid: NumSharp.NumPyExtensions.asarray``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)commentId: M:NumSharp.NumPyExtensions.asarray``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)id: asarray``1(NumSharp.NumPy{``0},System.Collections.Generic.IEnumerable{``0},System.Int32)isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: asarray<T>(NumPy<T>, IEnumerable<T>, Int32)nameWithType: NumPyExtensions.asarray<T>(NumPy<T>, IEnumerable<T>, Int32)fullName: NumSharp.NumPyExtensions.asarray<T>(NumSharp.NumPy<T>, System.Collections.Generic.IEnumerable<T>, System.Int32)type: Methodsource:remote:path: src/NumSharp/Creation/NumPy.asarray.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: asarraypath: ../src/NumSharp/Creation/NumPy.asarray.csstartLine: 11assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<T> asarray<T>(this NumPy<T> np, IEnumerable<T> array, int ndim = 1)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: arraytype: System.Collections.Generic.IEnumerable{{T}}- id: ndimtype: System.Int32typeParameters:- id: Treturn:type: NumSharp.NDArray{{T}}content.vb: >-<ExtensionAttribute>Public Shared Function asarray(Of T)(np As NumPy(Of T), array As IEnumerable(Of T), ndim As Integer = 1) As NDArray(Of T)overload: NumSharp.NumPyExtensions.asarray*nameWithType.vb: NumPyExtensions.asarray(Of T)(NumPy(Of T), IEnumerable(Of T), Int32)modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.asarray(Of T)(NumSharp.NumPy(Of T), System.Collections.Generic.IEnumerable(Of T), System.Int32)name.vb: asarray(Of T)(NumPy(Of T), IEnumerable(Of T), Int32)- uid: NumSharp.NumPyExtensions.ones_like``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0},System.String)commentId: M:NumSharp.NumPyExtensions.ones_like``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0},System.String)id: ones_like``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0},System.String)isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: ones_like<T>(NumPy<T>, NDArray<T>, String)nameWithType: NumPyExtensions.ones_like<T>(NumPy<T>, NDArray<T>, String)fullName: NumSharp.NumPyExtensions.ones_like<T>(NumSharp.NumPy<T>, NumSharp.NDArray<T>, System.String)type: Methodsource:remote:path: src/NumSharp/Creation/NumPy.ones_like.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: ones_likepath: ../src/NumSharp/Creation/NumPy.ones_like.csstartLine: 9assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<T> ones_like<T>(this NumPy<T> np, NDArray<T> nd, string order = "C")parameters:- id: nptype: NumSharp.NumPy{{T}}- id: ndtype: NumSharp.NDArray{{T}}- id: ordertype: System.StringtypeParameters:- id: Treturn:type: NumSharp.NDArray{{T}}content.vb: >-<ExtensionAttribute>Public Shared Function ones_like(Of T)(np As NumPy(Of T), nd As NDArray(Of T), order As String = "C") As NDArray(Of T)overload: NumSharp.NumPyExtensions.ones_like*nameWithType.vb: NumPyExtensions.ones_like(Of T)(NumPy(Of T), NDArray(Of T), String)modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.ones_like(Of T)(NumSharp.NumPy(Of T), NumSharp.NDArray(Of T), System.String)name.vb: ones_like(Of T)(NumPy(Of T), NDArray(Of T), String)- uid: NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0})commentId: M:NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0})id: sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{``0})isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: sin<T>(NumPy<T>, NDArray<T>)nameWithType: NumPyExtensions.sin<T>(NumPy<T>, NDArray<T>)fullName: NumSharp.NumPyExtensions.sin<T>(NumSharp.NumPy<T>, NumSharp.NDArray<T>)type: Methodsource:remote:path: src/NumSharp/Math/NumPy.sin.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: sinpath: ../src/NumSharp/Math/NumPy.sin.csstartLine: 11assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<T> sin<T>(this NumPy<T> np, NDArray<T> nd)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: ndtype: NumSharp.NDArray{{T}}typeParameters:- id: Treturn:type: NumSharp.NDArray{{T}}content.vb: >-<ExtensionAttribute>Public Shared Function sin(Of T)(np As NumPy(Of T), nd As NDArray(Of T)) As NDArray(Of T)overload: NumSharp.NumPyExtensions.sin*nameWithType.vb: NumPyExtensions.sin(Of T)(NumPy(Of T), NDArray(Of T))modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.sin(Of T)(NumSharp.NumPy(Of T), NumSharp.NDArray(Of T))name.vb: sin(Of T)(NumPy(Of T), NDArray(Of T))- uid: NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{NumSharp.NDArray{``0}})commentId: M:NumSharp.NumPyExtensions.sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{NumSharp.NDArray{``0}})id: sin``1(NumSharp.NumPy{``0},NumSharp.NDArray{NumSharp.NDArray{``0}})isExtensionMethod: trueparent: NumSharp.NumPyExtensionslangs:- csharp- vbname: sin<T>(NumPy<T>, NDArray<NDArray<T>>)nameWithType: NumPyExtensions.sin<T>(NumPy<T>, NDArray<NDArray<T>>)fullName: NumSharp.NumPyExtensions.sin<T>(NumSharp.NumPy<T>, NumSharp.NDArray<NumSharp.NDArray<T>>)type: Methodsource:remote:path: src/NumSharp/Math/NumPy.sin.csbranch: masterrepo: https://github.com/dotChris90/NumSharp.gitid: sinpath: ../src/NumSharp/Math/NumPy.sin.csstartLine: 37assemblies:- NumSharpnamespace: NumSharpsyntax:content: public static NDArray<NDArray<T>> sin<T>(this NumPy<T> np, NDArray<NDArray<T>> nd)parameters:- id: nptype: NumSharp.NumPy{{T}}- id: ndtype: NumSharp.NDArray{NumSharp.NDArray{{T}}}typeParameters:- id: Treturn:type: NumSharp.NDArray{NumSharp.NDArray{{T}}}content.vb: >-<ExtensionAttribute>Public Shared Function sin(Of T)(np As NumPy(Of T), nd As NDArray(Of NDArray(Of T))) As NDArray(Of NDArray(Of T))overload: NumSharp.NumPyExtensions.sin*nameWithType.vb: NumPyExtensions.sin(Of T)(NumPy(Of T), NDArray(Of NDArray(Of T)))modifiers.csharp:- public- staticmodifiers.vb:- Public- SharedfullName.vb: NumSharp.NumPyExtensions.sin(Of T)(NumSharp.NumPy(Of T), NumSharp.NDArray(Of NumSharp.NDArray(Of T)))name.vb: sin(Of T)(NumPy(Of T), NDArray(Of NDArray(Of T)))references:- uid: NumSharpcommentId: N:NumSharpname: NumSharpnameWithType: NumSharpfullName: NumSharp- uid: System.ObjectcommentId: T:System.Objectparent: SystemisExternal: truename: ObjectnameWithType: ObjectfullName: System.Object- uid: System.Object.Equals(System.Object)commentId: M:System.Object.Equals(System.Object)parent: System.ObjectisExternal: truename: Equals(Object)nameWithType: Object.Equals(Object)fullName: System.Object.Equals(System.Object)spec.csharp:- uid: System.Object.Equals(System.Object)name: EqualsnameWithType: Object.EqualsfullName: System.Object.EqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.Equals(System.Object)name: EqualsnameWithType: Object.EqualsfullName: System.Object.EqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )- uid: System.Object.Equals(System.Object,System.Object)commentId: M:System.Object.Equals(System.Object,System.Object)parent: System.ObjectisExternal: truename: Equals(Object, Object)nameWithType: Object.Equals(Object, Object)fullName: System.Object.Equals(System.Object, System.Object)spec.csharp:- uid: System.Object.Equals(System.Object,System.Object)name: EqualsnameWithType: Object.EqualsfullName: System.Object.EqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: ','nameWithType: ','fullName: ','- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.Equals(System.Object,System.Object)name: EqualsnameWithType: Object.EqualsfullName: System.Object.EqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: ','nameWithType: ','fullName: ','- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )- uid: System.Object.GetHashCodecommentId: M:System.Object.GetHashCodeparent: System.ObjectisExternal: truename: GetHashCode()nameWithType: Object.GetHashCode()fullName: System.Object.GetHashCode()spec.csharp:- uid: System.Object.GetHashCodename: GetHashCodenameWithType: Object.GetHashCodefullName: System.Object.GetHashCodeisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.GetHashCodename: GetHashCodenameWithType: Object.GetHashCodefullName: System.Object.GetHashCodeisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )- uid: System.Object.GetTypecommentId: M:System.Object.GetTypeparent: System.ObjectisExternal: truename: GetType()nameWithType: Object.GetType()fullName: System.Object.GetType()spec.csharp:- uid: System.Object.GetTypename: GetTypenameWithType: Object.GetTypefullName: System.Object.GetTypeisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.GetTypename: GetTypenameWithType: Object.GetTypefullName: System.Object.GetTypeisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )- uid: System.Object.MemberwiseClonecommentId: M:System.Object.MemberwiseCloneparent: System.ObjectisExternal: truename: MemberwiseClone()nameWithType: Object.MemberwiseClone()fullName: System.Object.MemberwiseClone()spec.csharp:- uid: System.Object.MemberwiseClonename: MemberwiseClonenameWithType: Object.MemberwiseClonefullName: System.Object.MemberwiseCloneisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.MemberwiseClonename: MemberwiseClonenameWithType: Object.MemberwiseClonefullName: System.Object.MemberwiseCloneisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )- uid: System.Object.ReferenceEquals(System.Object,System.Object)commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)parent: System.ObjectisExternal: truename: ReferenceEquals(Object, Object)nameWithType: Object.ReferenceEquals(Object, Object)fullName: System.Object.ReferenceEquals(System.Object, System.Object)spec.csharp:- uid: System.Object.ReferenceEquals(System.Object,System.Object)name: ReferenceEqualsnameWithType: Object.ReferenceEqualsfullName: System.Object.ReferenceEqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: ','nameWithType: ','fullName: ','- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.ReferenceEquals(System.Object,System.Object)name: ReferenceEqualsnameWithType: Object.ReferenceEqualsfullName: System.Object.ReferenceEqualsisExternal: true- name: (nameWithType: (fullName: (- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: ','nameWithType: ','fullName: ','- uid: System.Objectname: ObjectnameWithType: ObjectfullName: System.ObjectisExternal: true- name: )nameWithType: )fullName: )- uid: System.Object.ToStringcommentId: M:System.Object.ToStringparent: System.ObjectisExternal: truename: ToString()nameWithType: Object.ToString()fullName: System.Object.ToString()spec.csharp:- uid: System.Object.ToStringname: ToStringnameWithType: Object.ToStringfullName: System.Object.ToStringisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )spec.vb:- uid: System.Object.ToStringname: ToStringnameWithType: Object.ToStringfullName: System.Object.ToStringisExternal: true- name: (nameWithType: (fullName: (- name: )nameWithType: )fullName: )- uid: SystemcommentId: N:SystemisExternal: truename: SystemnameWithType: SystemfullName: System- uid: NumSharp.NumPyExtensions.array*commentId: Overload:NumSharp.NumPyExtensions.arrayname: arraynameWithType: NumPyExtensions.arrayfullName: NumSharp.NumPyExtensions.array- uid: NumSharp.NumPy{{T}}commentId: T:NumSharp.NumPy{``0}parent: NumSharpdefinition: NumSharp.NumPy`1name: NumPy<T>nameWithType: NumPy<T>fullName: NumSharp.NumPy<T>nameWithType.vb: NumPy(Of T)fullName.vb: NumSharp.NumPy(Of T)name.vb: NumPy(Of T)spec.csharp:- uid: NumSharp.NumPy`1name: NumPynameWithType: NumPyfullName: NumSharp.NumPy- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NumPy`1name: NumPynameWithType: NumPyfullName: NumSharp.NumPy- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: System.Collections.Generic.IEnumerable{{T}}commentId: T:System.Collections.Generic.IEnumerable{``0}parent: System.Collections.Genericdefinition: System.Collections.Generic.IEnumerable`1name: IEnumerable<T>nameWithType: IEnumerable<T>fullName: System.Collections.Generic.IEnumerable<T>nameWithType.vb: IEnumerable(Of T)fullName.vb: System.Collections.Generic.IEnumerable(Of T)name.vb: IEnumerable(Of T)spec.csharp:- uid: System.Collections.Generic.IEnumerable`1name: IEnumerablenameWithType: IEnumerablefullName: System.Collections.Generic.IEnumerableisExternal: true- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: System.Collections.Generic.IEnumerable`1name: IEnumerablenameWithType: IEnumerablefullName: System.Collections.Generic.IEnumerableisExternal: true- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: System.Int32commentId: T:System.Int32parent: SystemisExternal: truename: Int32nameWithType: Int32fullName: System.Int32- uid: NumSharp.NDArray{{T}}commentId: T:NumSharp.NDArray{``0}parent: NumSharpdefinition: NumSharp.NDArray`1name: NDArray<T>nameWithType: NDArray<T>fullName: NumSharp.NDArray<T>nameWithType.vb: NDArray(Of T)fullName.vb: NumSharp.NDArray(Of T)name.vb: NDArray(Of T)spec.csharp:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: NumSharp.NumPy`1commentId: T:NumSharp.NumPy`1name: NumPy<T>nameWithType: NumPy<T>fullName: NumSharp.NumPy<T>nameWithType.vb: NumPy(Of T)fullName.vb: NumSharp.NumPy(Of T)name.vb: NumPy(Of T)spec.csharp:- uid: NumSharp.NumPy`1name: NumPynameWithType: NumPyfullName: NumSharp.NumPy- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NumPy`1name: NumPynameWithType: NumPyfullName: NumSharp.NumPy- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: System.Collections.Generic.IEnumerable`1commentId: T:System.Collections.Generic.IEnumerable`1isExternal: truename: IEnumerable<T>nameWithType: IEnumerable<T>fullName: System.Collections.Generic.IEnumerable<T>nameWithType.vb: IEnumerable(Of T)fullName.vb: System.Collections.Generic.IEnumerable(Of T)name.vb: IEnumerable(Of T)spec.csharp:- uid: System.Collections.Generic.IEnumerable`1name: IEnumerablenameWithType: IEnumerablefullName: System.Collections.Generic.IEnumerableisExternal: true- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: System.Collections.Generic.IEnumerable`1name: IEnumerablenameWithType: IEnumerablefullName: System.Collections.Generic.IEnumerableisExternal: true- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: System.Collections.GenericcommentId: N:System.Collections.GenericisExternal: truename: System.Collections.GenericnameWithType: System.Collections.GenericfullName: System.Collections.Generic- uid: NumSharp.NDArray`1commentId: T:NumSharp.NDArray`1parent: NumSharpname: NDArray<T>nameWithType: NDArray<T>fullName: NumSharp.NDArray<T>nameWithType.vb: NDArray(Of T)fullName.vb: NumSharp.NDArray(Of T)name.vb: NDArray(Of T)spec.csharp:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- uid: System.Drawing.BitmapcommentId: T:System.Drawing.Bitmapparent: System.DrawingisExternal: truename: BitmapnameWithType: BitmapfullName: System.Drawing.Bitmap- uid: NumSharp.NDArray{System.Byte}commentId: T:NumSharp.NDArray{System.Byte}parent: NumSharpdefinition: NumSharp.NDArray`1name: NDArray<Byte>nameWithType: NDArray<Byte>fullName: NumSharp.NDArray<System.Byte>nameWithType.vb: NDArray(Of Byte)fullName.vb: NumSharp.NDArray(Of System.Byte)name.vb: NDArray(Of Byte)spec.csharp:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: <nameWithType: <fullName: <- uid: System.Bytename: BytenameWithType: BytefullName: System.ByteisExternal: true- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: '(Of'nameWithType: '(Of'fullName: '(Of'- uid: System.Bytename: BytenameWithType: BytefullName: System.ByteisExternal: true- name: )nameWithType: )fullName: )- uid: System.DrawingcommentId: N:System.DrawingisExternal: truename: System.DrawingnameWithType: System.DrawingfullName: System.Drawing- uid: '{T}[][]'isExternal: truename: T[][]nameWithType: T[][]fullName: T[][]nameWithType.vb: T()()fullName.vb: T()()name.vb: T()()spec.csharp:- name: TnameWithType: TfullName: T- name: '[]'nameWithType: '[]'fullName: '[]'- name: '[]'nameWithType: '[]'fullName: '[]'spec.vb:- name: TnameWithType: TfullName: T- name: ()nameWithType: ()fullName: ()- name: ()nameWithType: ()fullName: ()- uid: NumSharp.NumPyExtensions.asarray*commentId: Overload:NumSharp.NumPyExtensions.asarrayname: asarraynameWithType: NumPyExtensions.asarrayfullName: NumSharp.NumPyExtensions.asarray- uid: NumSharp.NumPyExtensions.ones_like*commentId: Overload:NumSharp.NumPyExtensions.ones_likename: ones_likenameWithType: NumPyExtensions.ones_likefullName: NumSharp.NumPyExtensions.ones_like- uid: System.StringcommentId: T:System.Stringparent: SystemisExternal: truename: StringnameWithType: StringfullName: System.String- uid: NumSharp.NumPyExtensions.sin*commentId: Overload:NumSharp.NumPyExtensions.sinname: sinnameWithType: NumPyExtensions.sinfullName: NumSharp.NumPyExtensions.sin- uid: NumSharp.NDArray{NumSharp.NDArray{{T}}}commentId: T:NumSharp.NDArray{NumSharp.NDArray{``0}}parent: NumSharpdefinition: NumSharp.NDArray`1name: NDArray<NDArray<T>>nameWithType: NDArray<NDArray<T>>fullName: NumSharp.NDArray<NumSharp.NDArray<T>>nameWithType.vb: NDArray(Of NDArray(Of T))fullName.vb: NumSharp.NDArray(Of NumSharp.NDArray(Of T))name.vb: NDArray(Of NDArray(Of T))spec.csharp:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: <nameWithType: <fullName: <- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: <nameWithType: <fullName: <- name: TnameWithType: TfullName: T- name: '>'nameWithType: '>'fullName: '>'- name: '>'nameWithType: '>'fullName: '>'spec.vb:- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: '(Of'nameWithType: '(Of'fullName: '(Of'- uid: NumSharp.NDArray`1name: NDArraynameWithType: NDArrayfullName: NumSharp.NDArray- name: '(Of'nameWithType: '(Of'fullName: '(Of'- name: TnameWithType: TfullName: T- name: )nameWithType: )fullName: )- name: )nameWithType: )fullName: )
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。