Represents the interface that allows access to an object's
internal storage of double-precision floating-point numbers.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public interface ISingleComplexStorage
|
| Visual Basic (Declaration) |
Public Interface ISingleComplexStorage
|
| Visual C++ |
public interface class ISingleComplexStorage
|
| F# |
type ISingleComplexStorage = interface end
|
See Also