Struct AnyNumber
Assembly: Akka.Cluster.Metrics.dll
Syntax
Constructors
|
Improve this Doc
View Source
AnyNumber(Double)
Declaration
public AnyNumber(double n)
Parameters
Type |
Name |
Description |
Double |
n |
|
|
Improve this Doc
View Source
AnyNumber(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
n |
|
|
Improve this Doc
View Source
AnyNumber(Int64)
Declaration
Parameters
Type |
Name |
Description |
Int64 |
n |
|
|
Improve this Doc
View Source
AnyNumber(Single)
Declaration
public AnyNumber(float n)
Parameters
Type |
Name |
Description |
Single |
n |
|
Properties
|
Improve this Doc
View Source
DoubleValue
Declaration
public double DoubleValue { get; }
Property Value
|
Improve this Doc
View Source
LongValue
Declaration
public long LongValue { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public AnyNumber.NumberType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Operators
|
Improve this Doc
View Source
Implicit(Double to AnyNumber)
Declaration
public static implicit operator AnyNumber(double n)
Parameters
Type |
Name |
Description |
Double |
n |
|
Returns
|
Improve this Doc
View Source
Implicit(Int32 to AnyNumber)
Declaration
public static implicit operator AnyNumber(int n)
Parameters
Type |
Name |
Description |
Int32 |
n |
|
Returns
|
Improve this Doc
View Source
Implicit(Int64 to AnyNumber)
Declaration
public static implicit operator AnyNumber(long n)
Parameters
Type |
Name |
Description |
Int64 |
n |
|
Returns
|
Improve this Doc
View Source
Implicit(Single to AnyNumber)
Declaration
public static implicit operator AnyNumber(float n)
Parameters
Type |
Name |
Description |
Single |
n |
|
Returns
Extension Methods