Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / MultiplyOperator Field


In This Topic
    MultiplyOperator Field
    In This Topic
    Represents an instance of the binary multiplication operator.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MultiplyOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.MultiplyOperator
    public static readonly BinaryOperatorInfo MultiplyOperator
    See Also