Show / Hide Table of Contents

Class DoubleExtensions

Extension for the double type

Inheritance
object
DoubleExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DoubleExtensions

Methods

View Source

Percent(double, double)

Calculates the percentage of a double

Declaration
public static double Percent(this double self, double percent)
Parameters
Type Name Description
double self

Existing double content

double percent

Percentage required

Returns
Type Description
double

double - Percentage of the double

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited