Method | Description | |
---|---|---|
DecodeByteArray ( string source ) : byte[] | ||
EncodeByteArray ( byte input ) : string | ||
FlipIf ( bool doFlip, System.Action first, System.Action second ) : void | ||
GetInstructionInfo ( char character, Instruction &instruction, NodeType &type ) : bool | ||
GetInstructionInfo ( char character, ListStringInstruction &listStringType, bool &backwards ) : bool | ||
IsNonEmpty ( object item ) : bool | ||
IsTrue ( object item ) : bool | ||
ToFloat ( object item ) : double | ||
ToInt ( object item ) : System.Numerics.BigInteger | ||
ToNumeric ( object item ) : object | ||
ToString ( object item ) : string | ||
recursiveListSum ( List | ||
recursiveListSum ( List |
Method | Description | |
---|---|---|
PostBuildCheck ( IPostBuildReporter rep ) : void | ||
initInstructionsDictionary ( ) : void |
public static DecodeByteArray ( string source ) : byte[] | ||
source | string | |
return | byte[] |
public static EncodeByteArray ( byte input ) : string | ||
input | byte | |
return | string |
public static FlipIf ( bool doFlip, System.Action first, System.Action second ) : void | ||
doFlip | bool | |
first | System.Action | |
second | System.Action | |
return | void |
public static GetInstructionInfo ( char character, Instruction &instruction, NodeType &type ) : bool | ||
character | char | |
instruction | Instruction | |
type | NodeType | |
return | bool |
public static GetInstructionInfo ( char character, ListStringInstruction &listStringType, bool &backwards ) : bool | ||
character | char | |
listStringType | ListStringInstruction | |
backwards | bool | |
return | bool |
public static IsNonEmpty ( object item ) : bool | ||
item | object | |
return | bool |
public static ToFloat ( object item ) : double | ||
item | object | |
return | double |
public static ToInt ( object item ) : System.Numerics.BigInteger | ||
item | object | |
return | System.Numerics.BigInteger |
public static ToNumeric ( object item ) : object | ||
item | object | |
return | object |
public static ToString ( object item ) : string | ||
item | object | |
return | string |
public static recursiveListSum ( List | ||
list | List | |
return | object |
public static recursiveListSum ( List | ||
list | List | |
bigInt | System.Numerics.BigInteger | |
dbl | double | |
isDouble | bool | |
return | void |