Show / Hide Table of Contents

Class NumberSystem

Inheritance
System.Object
NumberSystem
Inherited Members
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: SpiceSharpParser.Common
Assembly: SpiceSharpParser.dll
Syntax
public class NumberSystem

Methods

| Improve this Doc View Source

GetValueInSystem(Int32, Int32[])

Returns the number in given number system.

Declaration
public static int[] GetValueInSystem(int value, int[] system)
Parameters
Type Name Description
System.Int32 value

Number.

System.Int32[] system

System.

Returns
Type Description
System.Int32[]

Array of number system.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX