Show / Hide Table of Contents

Class MoreMath2

Inheritance
System.Object
MoreMath2
Namespace: DLLServices2TestStand
Assembly: DLLServices2TestStand.dll
Syntax
public static class MoreMath2 : object

Methods

| Improve this Doc View Source

FractionalMultiply2Integer(Int32, Double)

Declaration
public static int FractionalMultiply2Integer(int pintLength, double pdblMultiplier)
Parameters
Type Name Description
System.Int32 pintLength
System.Double pdblMultiplier
Returns
Type Description
System.Int32
| Improve this Doc View Source

MakeEvenlyDivisibleByFour(Int32)

Declaration
public static int MakeEvenlyDivisibleByFour(int pintBigInteger)
Parameters
Type Name Description
System.Int32 pintBigInteger
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX