Esempio n. 1
0
 /// <remarks>
 /// stability: Experimental
 /// </remarks>
 public Negate(Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ operand) : base(new DeputyProps(new object[] { operand }))
 {
 }
Esempio n. 2
0
 /// <summary>Creates a Power operation.</summary>
 /// <param name="base">The base of the power.</param>
 /// <param name="pow">The number of times to multiply.</param>
 /// <remarks>
 /// <strong>Stability</strong>: Experimental
 /// </remarks>
 public Power(Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ @base, Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ pow) : base(new DeputyProps(new object[] { @base, pow }))
 {
 }
Esempio n. 3
0
 /// <summary>Creates a BinaryOperation.</summary>
 /// <param name = "lhs">Left-hand side operand.</param>
 /// <param name = "rhs">Right-hand side operand.</param>
 /// <remarks>
 /// stability: Experimental
 /// </remarks>
 protected BinaryOperation(Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ lhs, Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ rhs) : base(new DeputyProps(new object[] { lhs, rhs }))
 {
 }
Esempio n. 4
0
 /// <summary>Creates a BinaryOperation.</summary>
 /// <param name = "lhs">Left-hand side operand.</param>
 /// <param name = "rhs">Right-hand side operand.</param>
 /// <remarks>
 /// stability: Experimental
 /// </remarks>
 public Multiply(Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ lhs, Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ rhs) : base(new DeputyProps(new object[] { lhs, rhs }))
 {
 }
Esempio n. 5
0
 /// <remarks>
 /// <strong>Stability</strong>: Experimental
 /// </remarks>
 protected UnaryOperation(Amazon.JSII.Tests.CalculatorNamespace.LibNamespace.Value_ operand) : base(new DeputyProps(new object[] { operand }))
 {
 }