Show / Hide Table of Contents

Class NewNDArray

Inheritance
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
NewNDArray
Inherited Members
System.Management.Automation.Cmdlet.GetResourceString(System.String, System.String)
System.Management.Automation.Cmdlet.WriteError(System.Management.Automation.ErrorRecord)
System.Management.Automation.Cmdlet.WriteObject(System.Object)
System.Management.Automation.Cmdlet.WriteObject(System.Object, System.Boolean)
System.Management.Automation.Cmdlet.WriteVerbose(System.String)
System.Management.Automation.Cmdlet.WriteWarning(System.String)
System.Management.Automation.Cmdlet.WriteCommandDetail(System.String)
System.Management.Automation.Cmdlet.WriteProgress(System.Management.Automation.ProgressRecord)
System.Management.Automation.Cmdlet.WriteDebug(System.String)
System.Management.Automation.Cmdlet.WriteInformation(System.Object, System.String[])
System.Management.Automation.Cmdlet.WriteInformation(System.Management.Automation.InformationRecord)
System.Management.Automation.Cmdlet.ShouldProcess(System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String, System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String, System.String, System.Management.Automation.ShouldProcessReason)
System.Management.Automation.Cmdlet.ShouldContinue(System.String, System.String)
System.Management.Automation.Cmdlet.ShouldContinue(System.String, System.String, System.Boolean, System.Boolean)
System.Management.Automation.Cmdlet.ShouldContinue(System.String, System.String, System.Boolean, System.Boolean, System.Boolean)
System.Management.Automation.Cmdlet.Invoke()
System.Management.Automation.Cmdlet.Invoke<T>()
System.Management.Automation.Cmdlet.TransactionAvailable()
System.Management.Automation.Cmdlet.ThrowTerminatingError(System.Management.Automation.ErrorRecord)
System.Management.Automation.Cmdlet.BeginProcessing()
System.Management.Automation.Cmdlet.EndProcessing()
System.Management.Automation.Cmdlet.StopProcessing()
System.Management.Automation.Cmdlet.CommonParameters
System.Management.Automation.Cmdlet.OptionalCommonParameters
System.Management.Automation.Cmdlet.Stopping
System.Management.Automation.Cmdlet.CommandRuntime
System.Management.Automation.Cmdlet.CurrentPSTransaction
System.Management.Automation.Internal.InternalCommand.CommandOrigin
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.ToString()
Namespace: NumSharp.PowerShell
Assembly: NumSharp.PowerShell.dll
Syntax
[Cmdlet("New", "NDArray")]
[OutputType(new Type[]{typeof(NDArray<>)})]
public class NewNDArray : Cmdlet

Fields

| Improve this Doc View Source

_NDArray

Declaration
protected dynamic _NDArray
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

Array

Declaration
[ValidateNotNull]
[Parameter(Position = 0, HelpMessage = "A collection of numbers")]
public IList<object> Array { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>
| Improve this Doc View Source

DataType

Declaration
[ValidateSet(new string[]{"float", "double", "int32", "int64", "Complex"})]
[Parameter(Position = 1, HelpMessage = "The data type of NDArray")]
public string DataType { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ProcessRecord()

Declaration
protected override void ProcessRecord()
Overrides
System.Management.Automation.Cmdlet.ProcessRecord()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX