Class MathExecutableLibrary
  Executable function library for basic math operations
 
  
  
    Inheritance
    object
    
    MathExecutableLibrary
   
  
    Inherited Members
    
    
    
    
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class MathExecutableLibrary : ExecutableFunctionLibrary
   
  Methods
  
  Flow_BoolAnd(bool, bool)
  
  
  Declaration
  
    public static bool Flow_BoolAnd(bool value1, bool value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        value1 | 
         | 
      
      
        | bool | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_BoolInvert(bool)
  
  
  Declaration
  
    public static bool Flow_BoolInvert(bool boolValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        boolValue | 
         | 
      
    
  
  Returns
  
  
  Flow_BoolOr(bool, bool)
  
  
  Declaration
  
    public static bool Flow_BoolOr(bool value1, bool value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        value1 | 
         | 
      
      
        | bool | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatAdd(float, float)
  
  
  Declaration
  
    public static float Flow_FloatAdd(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatDivide(float, float)
  
  
  Declaration
  
    public static float Flow_FloatDivide(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatExp(float)
  
  
  Declaration
  
    public static float Flow_FloatExp(float floatValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        floatValue | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatGreaterThan(float, float)
  
  
  Declaration
  
    public static bool Flow_FloatGreaterThan(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatGreaterThanOrEqualTo(float, float)
  
  
  Declaration
  
    public static bool Flow_FloatGreaterThanOrEqualTo(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatLessThan(float, float)
  
  
  Declaration
  
    public static bool Flow_FloatLessThan(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatLessThanOrEqualTo(float, float)
  
  
  Declaration
  
    public static bool Flow_FloatLessThanOrEqualTo(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatModulo(float, float)
  
  
  Declaration
  
    public static float Flow_FloatModulo(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatMultiply(float, float)
  
  
  Declaration
  
    public static float Flow_FloatMultiply(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatPow(float, float)
  
  
  Declaration
  
    public static float Flow_FloatPow(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatSqrt(float)
  
  
  Declaration
  
    public static float Flow_FloatSqrt(float floatValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        floatValue | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatSubtract(float, float)
  
  
  Declaration
  
    public static float Flow_FloatSubtract(float value1, float value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        value1 | 
         | 
      
      
        | float | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_FloatToInt(float)
  
  
  Declaration
  
    public static int Flow_FloatToInt(float floatValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        floatValue | 
         | 
      
    
  
  Returns
  
  
  Flow_IntAdd(int, int)
  
  
  Declaration
  
    public static int Flow_IntAdd(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntDivide(int, int)
  
  
  Declaration
  
    public static int Flow_IntDivide(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntGreaterThan(int, int)
  
  
  Declaration
  
    public static bool Flow_IntGreaterThan(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntGreaterThanOrEqualTo(int, int)
  
  
  Declaration
  
    public static bool Flow_IntGreaterThanOrEqualTo(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntLessThan(int, int)
  
  
  Declaration
  
    public static bool Flow_IntLessThan(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntLessThanOrEqualTo(int, int)
  
  
  Declaration
  
    public static bool Flow_IntLessThanOrEqualTo(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntModulo(int, int)
  
  
  Declaration
  
    public static int Flow_IntModulo(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntMultiply(int, int)
  
  
  Declaration
  
    public static int Flow_IntMultiply(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntSubtract(int, int)
  
  
  Declaration
  
    public static int Flow_IntSubtract(int value1, int value2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        value1 | 
         | 
      
      
        | int | 
        value2 | 
         | 
      
    
  
  Returns
  
  
  Flow_IntToFloat(int)
  
  
  Declaration
  
    public static float Flow_IntToFloat(int intValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        intValue | 
         | 
      
    
  
  Returns